Share via


ReleaseUpdateSync::syncTableUpgrade Method [AX 2012]

Synchronizes a table or all tables.

Syntax

client server public static void syncTableUpgrade(TableId _tableId)

Run On

Called

Parameters

Remarks

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.

See Also

Reference

ReleaseUpdateSync Class