Kofax DM API Manuel d'utilisateur Page 527

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 528
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 526
DM API TOKENS 507
%VISIBLE
%VISIBLE
The Execute method that PCDLookup supports returns both data and
metadata. The
%VISIBLE token returns a Boolean value that indicates
whether or not this lookup column should be displayed to the user.
Syntax
PCDLookup.GetMetaPropertyValue(“%VISIBLE”)
Parameters
Example
'Create the object.
Set pClient = CreateObject("PCDClient.PCDLookup")
'Set the DM security token.
pClient.SetDST(strDST)
'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(strLibName)
'Execute the search.
pclient.Execute()
'Get the visible indicator.
Set strIndicator = pClient.GetMetaPropertyValue("%VISIBLE")
%VISIBLE The token identifier used to request the
flag setting that indicates whether or not
this lookup column should be displayed
to the user.
Vue de la page 526
1 2 ... 522 523 524 525 526 527 528

Commentaires sur ces manuels

Pas de commentaire