Share via


NumberSeq_Fast.getNumFromList Method [AX 2012]

Overrides attempts to obtain a number from the reserved list.

Syntax

protected Integer getNumFromList(UserConnection userConnection, NumberSequenceTable numberSequenceTable)

Run On

Called

Parameters

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

Return Value

Type: Integer Extended Data Type
The number, or the #NextRecordnull macro that indicates there was no number that will be used.

Remarks

Non-continuous number sequences do not return unused numbers. Override the list behavior to disable this behavior.

See Also

Reference

NumberSeq_Fast Class