Title, Title 475, Syntax – Kofax DM API User Manual
Page 495: Parameters example

DM API T
OKENS
475
%TITLE
%TITLE
The
Execute
method that
PCDLookup
supports returns both data and
metadata about the object specified in the lookup operation. The
%TITLE
token is used to retrieve the title in the lookup list box for this
column.
Syntax
PCDLookup.GetMetaPropertyValue(“%TITLE”)
Parameters
Example
'Create the object.
Set pClient = CreateObject("PCDClient.PCDLookup")
'Set the DM security token.
pClient.SetDST( myDST)
'Set the form.
pClient.SetSearchObject("cyd_defprof")
'Set the lookup ID.
pClient.SetLookupId("DEPL_PACKAGES")
'Set the target property.
pClient.SetTargetProperty("PACKAGE_ID")
'Add the search library.
pClient.AddSearchLib( strMyLib )
'Execute the search.
pclient.Execute
'Retrieve the title.
Set strTitle = pClient.GetMetaPropertyValue("%TITLE")
%TITLE
The token identifier used to request the
title in the lookup list box for this
property.