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.
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.