Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
1) Can we trigger or call the action "import from spreadsheet" through code (or) another way to reuse the action "import from spreadsheet" - The main requirement is to import bulk WTParts with structure and with autogenerated custom numbers from an Excel data.
2) Also for the document import - do we have anything to import documents in bulk with structure in a single go from Excel data(any solution other than using direct APIs to create documents and document links)
Solved! Go to Solution.
I would start here: https://www.ptc.com/en/support/article/CS166607?source=search
The LoadFromFile method is well documented in knowledgebase and can be scripted. Typically, I have done this manually since there are many cases were it errors out. Once you have that down, I can see it being automated. This method would be scripted at command line of server. If you want a deeper, roll your own method, there are Windchill Java APIs to do this as well.
I would start here: https://www.ptc.com/en/support/article/CS166607?source=search
The LoadFromFile method is well documented in knowledgebase and can be scripted. Typically, I have done this manually since there are many cases were it errors out. Once you have that down, I can see it being automated. This method would be scripted at command line of server. If you want a deeper, roll your own method, there are Windchill Java APIs to do this as well.