system.mes.batch.recipe.importTemplate(xml, parentLink)

Sepasoft MES Module Suite

system.mes.batch.recipe.importTemplate(xml, parentLink) 

Import master template logic objects.

importTemplate(xml, parentLink) → MESObjectList

Syntax

importTemplate(xml, parentLink)

  • Parameters

String xml - XML list of BatchMasterRecipeLogic objects to be imported.

MESObjectLink parentLink - A optional link to a parent BatchMasterTemplateClass object. If None is provided for this parameter, then it will assign the BatchRootMasterTemplate object as the parent.

  • Returns

 A MESObjectList object containing the new unsaved BatchMasterRecipeLogic objects.

  • Scope

All



Sepasoft MES Module Suite