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.
Flushes the cache for next RecId value stored in the system sequence for a table.
Syntax
server public static void flushNextRecIdForTable(TableId _tableId)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID to be flushed.
Remarks
When using Direct SQL to insert data into a table while the table is not empty, NextVal should be cleared from the cache to correctly set the next RecId value for the table.