WHSParameters::resetSeqNum Method
Reorders a specified table with a sequence/priority number to eliminate gaps in the sequence.
Syntax
client server public static void resetSeqNum(
TableId _tableId,
FieldId _fieldId,
[List _listOfCriteria])
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID of the table you want to reorder.
- _fieldId
Type: FieldId Extended Data Type
The field ID of the sequence/priority field that will be used.
- _listOfCriteria
Type: List Class
A list of containers that represent additional criteria (ranges) that must be used when you select records for the reordering of the table.
Each container must be in the following format: [fieldId, value].