| Quintiq file version 2.0 | 
| #parent: #root | 
| Job JobMPSyncSynchronize | 
| { | 
|   OnFailureText: "info( '===== JobMPSyncSynchronize Failed =====', errormessage );" | 
|   Priority: 'Default' | 
|   Text: | 
|   [* | 
|     // Synchronize data from MPSync to MacroPlan dataset | 
|     //  each parameter indicated what data should be imported from MPSync | 
|     debuginfo( '****************** start JobMPSyncSynchronize ***********************' ); | 
|     progress( 'Importing data from MPSync...', DateTime::ActualTime() ); | 
|      | 
|     this.SynchronizeToMacroPlan( activeMPMDSName, | 
|                                   isoverwritemanualconfig, | 
|                                   importgeneral, | 
|                                   importglobalparameters, | 
|                                   importperiods, | 
|                                   importdisaggregationfactor, | 
|                                   importinventoryspecifications, | 
|                                   importinventorysupplies, | 
|                                   importproducts, | 
|                                   importsalesdemands, | 
|                                   importcampaigns, | 
|                                   importentities, | 
|                                   importentitycosts, | 
|                                   importlanes, | 
|                                   importroutings, | 
|                                   importstockingpointcapacities, | 
|                                   importsupplyspecifications, | 
|                                   importunitcapacities, | 
|                                   importrecipes, | 
|                                   importactualpispip, | 
|                                   importfeedbacks, | 
|                                   importactualunitperiod, | 
|                                   importservicelevels, | 
|                                   importoptimizerpuzzles, | 
|                                   importpostponementspecificationandfulfillmentrestriction, | 
|                                   importcustomerorder ); | 
|   *] | 
|   Arguments: | 
|   [ | 
|     Argument activeMPMDSName { Type: String } | 
|     Argument isoverwritemanualconfig { Type: Boolean } | 
|     Argument isrefreshfromdb { Type: Boolean } | 
|     Argument importgeneral { Type: Boolean } | 
|     Argument importglobalparameters { Type: Boolean } | 
|     Argument importperiods { Type: Boolean } | 
|     Argument importdisaggregationfactor { Type: Boolean } | 
|     Argument importinventoryspecifications { Type: Boolean } | 
|     Argument importinventorysupplies { Type: Boolean } | 
|     Argument importproducts { Type: Boolean } | 
|     Argument importsalesdemands { Type: Boolean } | 
|     Argument importcampaigns { Type: Boolean } | 
|     Argument importentities { Type: Boolean } | 
|     Argument importentitycosts { Type: Boolean } | 
|     Argument importlanes { Type: Boolean } | 
|     Argument importroutings { Type: Boolean } | 
|     Argument importstockingpointcapacities { Type: Boolean } | 
|     Argument importsupplyspecifications { Type: Boolean } | 
|     Argument importunitcapacities { Type: Boolean } | 
|     Argument importrecipes { Type: Boolean } | 
|     Argument importactualpispip { Type: Boolean } | 
|     Argument importfeedbacks { Type: Boolean } | 
|     Argument importactualunitperiod { Type: Boolean } | 
|     Argument importservicelevels { Type: Boolean } | 
|     Argument importoptimizerpuzzles { Type: Boolean } | 
|     Argument importpostponementspecificationandfulfillmentrestriction { Type: Boolean } | 
|     Argument importcustomerorder { Type: Boolean } | 
|   ] | 
| } |