Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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
