Sepasoft MES Module Suite
system.mes.batch.recipe.syncPhasesAndSaveTemplate()
Save master template logic objects that was created or modified. Use this function instead of the system.mes.saveMESObject() script function. A validation of the template will be done prior to saving. Any changes to parameters on the template will not be saved. To save parameter values use system.mes.batch.recipe.syncPhasesAndSaveTemplate().
saveTemplate(mesObjectList) → void
Syntax
saveTemplate(mesObjectList) → void
- Parameters
MESObjectList mesObjectList - A MESObjectList object containing all of the BatchMasterLogic objects to save. Changes to parameters on the template will not be saved.
- Returns
Nothing
- Scope
All
Sepasoft MES Module Suite