Checks for absence of target documents for a source document. Use the function instead of the function DEgetC4D if you don't want to have the target documents in your code but want only to check for their presence or absence.

Syntax

DEnotGetC4D( D4Dname$, trgCond$, srcDoc, silent )

Arguments

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

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

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

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

Return

Boolean. The result True (-1) if no target documents were got and False (0) if were.

Configs used

DocExt\DocForDoc.


Topic links:

DocExt\DocForDoc config

Function DEgetC4D

See also:

Functions of the library DocExtLib