Kofax DM API Manuale Utente Pagina 457

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 528
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 456
DM API TOKENS 437
%PRIMARY_KEY
%PRIMARY_KEY
This token allows the application to get the SYSTEM_ID column.
Syntax
PCDSearch.AddSearchCriteria(“%PRIMARY_KEY”, _
strDocID)
Parameters
Example
'Create a search object.
Set pDocNumber = CreateObject("PCDClient.PCDSearch.1")
'Check for errors.
checkError(pDocNumber, "ERROR_CREATESEARCH")
'Set the DM security token, the library, and the form to be used.
pDocNumber.SetDST(strDST)
pDocNumber.SetProperty(“%TARGET_LIBRARY”, strLibName)
pDocNumber.SetObjectType(“DEF_PROF”)
'Constrain the search to the specified docnumber.
pDocNumber.AddSearchCriteria("%PRIMARY_KEY", system_id)
'Execute the search.
pDocNumber.Execute
Related Items
See the PCDSearch Object.
See the AddSearchCriteria method.
%PRIMARY_KEY The token identifier that indicates the
primary key is to be returned.
strDocID The document ID number of the object
for which the system ID number is to be
returned.
Vedere la pagina 456
1 2 ... 452 453 454 455 456 457 458 459 460 461 462 ... 527 528

Commenti su questo manuale

Nessun commento