Share via


NumberSeq.getNumFromList Method [AX 2012]

Obtains a number from the returned reserved list.

Syntax

protected Integer getNumFromList(UserConnection userConnection, NumberSequenceTable numberSequenceTable)

Run On

Called

Parameters

  • userConnection
    Type: UserConnection Class
    The userConnection to use must be separate from the application transaction.

Return Value

Type: Integer Extended Data Type
The number that is found, or #NextRecordNull to indicate that there is no number to use.

See Also

Reference

NumberSeq Class