JmgJobTable::synchronizeProdRouteJob Method
Synchronizes the jobs in the ProdRouteJob table.
Syntax
client server public static boolean synchronizeProdRouteJob(ProdRouteJob _prodRouteJob, [boolean _delete])
Run On
Called
Parameters
- _prodRouteJob
Type: ProdRouteJob Table
The ProdRouteJob record from which to synchronize.
- _delete
Type: boolean
A Boolean value that indicates whether the record should be deleted.
Return Value
Type: boolean
true if the job is synchronized; otherwise, false .