systemSequence.flushValues Method [AX 2012]

Flushes the reserved recIds from the System Sequence cache for a given table

public int64 flushValues(TableId tableId)

Run On

Server

Parameters

tableId
Type: TableId Extended Data Type

Return Value

Type: int64
The number of recIds flushed from the cache.

Subsequent inserts on the table reserve the recIds for the table and System Sequence cache is populated with the reserved range of recIds for the table.

Community Additions

ADD
Show: