Sepasoft MES Module Suite
system.mes.batch.recipe.saveRecipe(mesObjectList)
This function saves a master recipe and its associate logic objects . Use this function instead of the system.mes.saveMESObject() script function. This function validates the recipe before saving. Parameters are not updated with this script function.
saveRecipe(mesObjectList) → void
Syntax
saveRecipe(mesObjectList)
- Parameters
MESObjectList mesObjectList - A MESObjectList object containing the BatchMasterRecipe and associated BatchMasterLogic objects to save. Recipe parameters are not saved.
- Returns
Nothing
- Scope
All
Sepasoft MES Module Suite