Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Dear Joe,
We are in a similar situation right now.
Was wondering if you got any work around for that. PTC does not support loading alternates via bulk load.
Any suggestions will help?
regards
Satya
It's actually pretty simple to create a loader for these. I did a quick one for us and once you have the WTPart objects, you just need to create a WTPartAlternateLink and insert the object. So:
WTPartAlternateLink alternates = WTPartAlternateLink.newWTPartAlternateLink(assemblyPart, alternatePart);
PersistenceServerHelper.manager.insert(alternates);
In Reply to Satya Singh:
Dear Joe,
We are in a similar situation right now.
Was wondering if you got any work around for that. PTC does not support loading alternates via bulk load.
Any suggestions will help?
regards
Satya