Import BOM using Level Template with the help of API
I was able to import BOM using level template available in import wizard.
Can i achieve the same using SDKs?
I tried with the API “IImportManager”, couldn’t find an option which helps to select the import Template. It actually does the standard template import.
How do i select the import template using API? Please advice
ManuG,
Did you resolve this? And if yes, what did you find out? Could you leave some insight for us here?
hi Lawrence,
Add the below entry to the list options
options.add(“Template|TemplateType=com.agile.imp.template.TemplateLevelFilter”);
Pass this list as a parameter to IImportManager.importData
IImportManager.importData(byte[], String, byte[], byte[], String[], List);