Share via


InventUpdate.getNextInventTransToIssue Method [AX 2012]

Retrieves the next InventTrans record from the sorted list of transactions to issue.

Syntax

public boolean getNextInventTransToIssue(InventTrans _inventTrans)

Run On

Server

Parameters

Return Value

Type: boolean
true if a record is found; otherwise, false.

Exceptions

Exception Condition
Error

The issueTransList variable hasn't been initialized.

See Also

Reference

InventUpdate Class