ReleaseUpdateSync::syncTableUpgrade Method [AX 2012]

Synchronizes a table or all tables.

client server public static void syncTableUpgrade(TableId _tableId)

Run On

Called

Parameters

_tableId
Type: TableId Extended Data Type
The table ID to synchronizes.

This method is called by one of the upgrade steps to create all the tables in the database.

Set the _tableId parameter to 0 if you want to synchronize all tables.

Show: