InventBatchJournal::existForBOMJournalId Method
Gets a value indicating if a record for the InventBatchJournal table exists with a matching inventory BOM journal ID.
Syntax
client server public static boolean existForBOMJournalId(InventJournalId _bomJournalId)
Run On
Called
Parameters
- _bomJournalId
Type: InventJournalId Extended Data Type
The inventory BOM journal ID to search for.
Return Value
Type: boolean
true if a matching record for the InventBatchJournal table exists; otherwise, false.