Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the next InventTrans record from the sorted list of transactions to issue.
Syntax
public boolean getNextInventTransToIssue(InventTrans _inventTrans)
Run On
Server
Parameters
- _inventTrans
Type: InventTrans Table
The buffer in which the record is placed.
Return Value
Type: boolean
true if a record is found; otherwise, false.
Exceptions
Exception | Condition |
---|---|
Error | The issueTransList variable hasn't been initialized. |