Share via


NumberSeq_Fast.getNumFromTable Method [AX 2012]

Gets the next number from the number sequences tables.

Syntax

protected Integer getNumFromTable(UserConnection userConnection, NumberSequenceTable numberSequenceTable)

Run On

Called

Parameters

  • userConnection
    Type: UserConnection Class
    The operation must be separate from the application transaction.
  • numberSequenceTable
    Type: NumberSequenceTable Table
    The table with the record sequence selected that indicates the operation parameters and the next records.

Return Value

Type: Integer Extended Data Type
The next record number that is available.

Remarks

The number make comes from the next available record. The NumberSequenceList table behavior of the base class is not used.

See Also

Reference

NumberSeq_Fast Class