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

Return Value

Type: boolean
true if the inventory batch journal has at least one line that references batch _inventBatchId.

See Also

Reference

InventBatchJournalController Class