{$page}
Updated: 10/6/2009
Version: Control 4.4
Table Purpose, Usage, and Notes
This table is used to store the next number of records that require unique incremental numbers.
Information on Table Data
This table does not use the standard Control table structure. Instead, the next number to be used is associated with the class type of that row.
Warning: The ClassTypeIDs over 10000 in this table are relative and may not represent the object that actually holds that ClassTypeID.
Example: ClassTypeID 10000 is CustTransHeader, but ClassTypeID 10001 is CustTransHeaderHistory. In this table, the enumerated types of CustTransHeader are added to the ClassTypeID to get the Next Number and misleadingly labeled ClassTypeID.
(10000 + 1) (ctCustTransHeader+ttOrder)
(11000 + 9) (ctPurchaseOrder+ttReceivingDoc)
Table Structure
| ~ Table.FieldName | ~ Data Type | ~ Description | ~ Links To | ||||
| Sequence.ClassTypeID | int | Identifier for the Type of Object | |||||
| Sequence.NextNumber | int | The next number that should be used for the object ClassTypeID | |||||
| Sequence.StoreID | int | Not Used. |
See Also