Sepasoft MES Module Suite
system.mes.batch.recipe.importRecipe(xml, parentLink)
Import a master recipe and master recipe logic objects.
importRecipe(xml, parentLink) → MESObjectList
Syntax
importRecipe(xml, parentLink)
- Parameters
String xml - XML list of BatchMasterRecipe and BatchMasterRecipeLogic objects to be imported.
MESObjectLink parentLink - A optional link to a parent BatchMasterRecipeClass object. If None is provided for this parameter, then it will assign the BatchRootMasterRecipe object as the parent.
- Returns
A MESObjectList object containing the new unsaved BatchMasterLogic objects.
- Scope
All
Sepasoft MES Module Suite