InventBatchJournalSource::exist Method
Gets a value indicating if a matching record for the InventBatchJournalSource table exists.
Syntax
client server public static boolean exist(InventBatchJournalRecId _journalRefRecId, InventDimId _inventDimId)
Run On
Called
Parameters
- _journalRefRecId
Type: InventBatchJournalRecId Extended Data Type
The inventory batch journal record ID to search for.
- _inventDimId
Type: InventDimId Extended Data Type
The inventory dimension ID of the journal line to search for.
Return Value
Type: boolean
true if a record for the InventBatchJournalSource table exists for the given journal and inventory dimension ID; otherwise, false.