This documentation is archived and is not being maintained.
JmgSynchronizeJobTable.run Method [AX 2012]
Performs the actual synchronization of jobs.
// Synchronize the job table.
JmgSynchronizeJobTable jmgSynchronizeJobTable;
;
jmgSynchronizeJobTable = new JmgSynchronizeJobTable();
jmgSynchronizeJobTable.run();