InventBatchJournalController.lineForBatchExists Method [AX 2012]
Gets a value indicating if the inventory batch journal has a line for a given batch ID.
Syntax
public boolean lineForBatchExists(InventBatchId _inventBatchId)
Run On
Server
Parameters
- _inventBatchId
Type: InventBatchId Extended Data Type
The batch ID to search for.
Return Value
Type: boolean
true if the inventory batch journal has at least one line that references batch _inventBatchId.