InventBatchJournalSourceAttributeValue::exist Method
Gets a value indicating if a matching record for the InventBatchJournalSourceAttributeValue table exists.
Syntax
client server public static boolean exist(
InventBatchJournalRecId _journalRefRecId,
InventBatchId _inventBatchId,
InventBatchJournalAttributePage _page)
Run On
Called
Parameters
- _journalRefRecId
Type: InventBatchJournalRecId Extended Data Type
The inventory batch journal record ID to search for.
- _inventBatchId
Type: InventBatchId Extended Data Type
The inventory batch ID to search for.
- _page
Type: InventBatchJournalAttributePage Extended Data Type
The attribute page number to search for.
Return Value
Type: boolean
true if a record for the InventBatchJournalSourceAttributeValue table exists for the given journal, batch, and attribute page; otherwise, false.