Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
How can I replace Susbtitute / Alternate Part using API? Which is the Windchill Task or Java API for it.?
Hi,
have you found a solution for this in the meantime? I'm facing the same issue right now, but can't find any useful API. My best guess was the WTPartHelper.service.replacePartAssemblies() but don't really work for me.
Br,
Csaba
Hi Guys,
Actually, the WTPartHelper.service.replacePartAssemblies is working fine if you have WTPartMaster as the parent and as the child in a BOM relation.
In other cases, you should look for the WTPartUsageLink object, which is representing the BOM relation between the parent and child, and set the replacement part as child for the found WTPartUsageLink object.
Br,
Csaba
