AutoSplitKey Property
Version: Available or changed with runtime version 1.0.
Sets whether a key is automatically created for a new record placed between the current record and the previous record.
Applies to
- Page
- Request Page
Property Value
True if the key is automatically created for the new record; otherwise, false. The default value is false.
Syntax
AutoSplitKey = true;
Remarks
To set this property to a value of true, the following conditions must be met:
The current key must be the primary key.
The last field in the primary key must be an Integer Data Type, BigInteger Data Type, GUID Data Type, or Decimal Data Type field.