Sepasoft MES Module Suite
system.mes.batch.recipe.saveTemplateClass(batchMasterTemplateClass)
Save master recipe template class that was created or modified. Use this function instead of the system.mes.saveMESObject() script function.
saveTemplateClass(batchMasterTemplateClass) → BatchMasterTemplateClass
Syntax
saveTemplateClass(batchMasterTemplateClass)
- Parameters
BatchMasterTemplateClass batchMasterTemplateClass - The BatchMasterTemplateClass object to save.
- Returns
An updated version of the BatchMasterTemplateClass object after it was saved.
- Scope
All
Sepasoft MES Module Suite