Application.dbSynchronize Method [AX 2012]

This member overrides the dbSynchronize Method.

public boolean dbSynchronize(
   [TableId tableId, 
    boolean syncAsNeeded, 
    boolean continueOnError, 
    boolean showProgress, 
    container checkSyncTables, 
    boolean createAllIndexes, 
    boolean useLockForSingleTable])

Run On

Server

Parameters

tableId
Type: TableId Extended Data Type

syncAsNeeded
Type: boolean

continueOnError
Type: boolean

showProgress
Type: boolean

checkSyncTables
Type: container

createAllIndexes
Type: boolean

useLockForSingleTable
Type: boolean

Show: