Share via


ReleaseUpdateBulkCopyDB::flushNextRecIdForTable Method [AX 2012]

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

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.

See Also

Reference

ReleaseUpdateBulkCopyDB Class