Dictionary::dataFlush Method [AX 2012]

Refreshes the table data in Microsoft Dynamics AX.

client server public static void dataFlush([TableId tableId])

Run On

Called

Parameters

tableId
Type: TableId Extended Data Type
A tableId system data type that indicates a single table or all tables. The default value is ALL.

By default, this method refreshes data in all tables.

Show: