CustomJournalTable_RU::gtdExistExceptForJournal Method
Checks whether an inventory GTD number that differs from the customs journal identifier exists in the customs journal.
Syntax
server public static boolean gtdExistExceptForJournal(InventGTDId_RU _inventGTDId, CustomJournalId_RU _customJournalId)
Run On
Server
Parameters
- _inventGTDId
Type: InventGTDId_RU Extended Data Type
The inventory GTD number to check.
- _customJournalId
Type: CustomJournalId_RU Extended Data Type
The customs journal identifier to exclude from the check.
Return Value
Type: boolean
A Boolean value that indicates whether the specified inventory GTD number that differs from the specified customs journal identifier exists in the customs journal.
Remarks
Both parameters must be set to values. Otherwise the check cannot occur.