Gets the target documents for a source document.

Syntax

DEgetC4D( D4Dname$, trgCond$, srcDoc, silent, trgDocs )

Arguments

D4Dname$ - string, input. The name of a DocForDoc config's item which the target documents should be got by. Read more about this name in the help topic - DocExt\DocForDoc config. To use several configs items you should type their names in the string through a space.

trgCond$ - string, input. An additional condition in Formula Language to select the target documents got by the DocForDoc config's item.

srcDoc - NotesDocument, input. A source document which the target documents should be got for.

silent - boolean, input. The value is True (-1) means that if the target documents have not been got, no message box about this will be displayed.

trgDocs - NotesDocument List, output. The target documents that should be got. The list can contain documents from different apps.

Return

Boolean. The result True (-1) if at least one target document has been got and False (0) if not.

Configs used

DocExt\DocForDoc.


Topic links:

DocExt\DocForDoc config

See also:

Functions of the library DocExtLib