Lookup_id, Lookup_id 404, Syntax – Kofax DM API User Manual

Page 424: Parameters example, Related items

Advertising
background image

404 C

HAPTER

5

%LOOKUP_ID

%LOOKUP_ID

This token is used to set the ID of the hit-list form that controls the data
that will be returned by the look-up operation.

Syntax

PCDDocObject.SetProperty(“%LOOKUP_ID”, _

strHitlistName)

Parameters

Example

'Create a doc object.

Set pHitlist = CreateObject("PCDClient.PCDDocObject.1")


'Set the DM security token.

pHitlist.SetDST(strDST)


'Set the object type equal to the hit-list form that

'controls this look-up operation.

pHitlist.SetObjectType("Hitlist")


'Set the target library.

pHitlist.SetProperty("%TARGET_LIBRARY", library)


'The system ID of the hit-list form.

pHitlist.SetProperty("%LOOKUP_ID", hitlistName)


'Run the search.

pHitlist.Fetch()

Related Items

See the

PCDDocObject

object.

%LOOKUP_ID

The token identifier that informs the DM
Server of the name of the hit-list form it
will use in the current look-up operation.

strHitlistName

A string variable or literal string in double
quotes that resolves to the name of the
hit-list form that is to be used in the look-
up operation.

Advertising