SqlDataDictionary.tableSynchronize Method [AX 2012]

Synchronizes the Microsoft Dynamics AX table and the table of the SQL database.

public int tableSynchronize(
    TableId tableId, 
   [boolean update_dict_info_only, 
    boolean check_indexes])

Run On

Server

Parameters

tableId
Type: TableId Extended Data Type
The handle of the table to be synchronized.
update_dict_info_only
Type: boolean
If set to true method just refreshes SqlDictionary info table; optional. By default, false.
check_indexes
Type: boolean
When set forces reindex of the table indexes; optional. By default, true.

Return Value

Type: int
true if the method succeeds.

Community Additions

ADD
Show: