Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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