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

Add Comment
2 Answer(s)

ManuG,

Did you resolve this?  And if yes, what did you find out?  Could you leave some insight for us here?

Agile Angel Answered on July 26, 2016.
Add Comment

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);

Agile User Answered on July 27, 2016.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.