Kofax DM API Bedienungsanleitung Seite 409

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 408
DM API TOKENS 389
%GET_ALL_RELATED
%GET_ALL_RELATED
Use this token to get all items that relate to the search item, whether
they are located in the same library as the search item or in remote
libraries.
Syntax
PCDSearch.AddSearchCriteria( _
“%GET_RELATED_ITEMS”, _
“%GET_ALL_RELATED”)
Parameters
Example
'Create a search object.
pRelated = CreateObject("PCDClient.PCDSearch")
'Check for errors.
checkError(pRelated, "ERROR_CREATESEARCH")
'Set the search type.
pRelated.SetSearchObject('RelatedItemsSearch')
'Set the DM security token
pRelated.SetDST(strDST)
'Current display library
pRelated.AddSearchLib(library)
'Search for items related to this search object.
pRelated.AddSearchCriteria(“%OBJECT_IDENTIFIER”, _
strDocNum)
%GET_RELATED_ITEMS This token identifier indicates that a
search parameter is to be set that
indicates whether local or remote
libraries are to be searched.
%GET_ALL_RELATED This token identifier indicates that both
library that contains the search object
and remote libraries are to be searched
for related items.
Seitenansicht 408
1 2 ... 404 405 406 407 408 409 410 411 412 413 414 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare