Triadian - Wednesday, October 20, 2010 7:57 AM:
Hi,
I want to remove a BOM entry in one of the Part's "Part BOM" tab programatically.
I have related id as input, Iam able to get the relationship id and used removeRelationship() method, which works only in the run time.Is there any way to update this change in the server?
Regards
Triadian - Thursday, October 21, 2010 6:36 AM:
Hi,.
Got it.i used setAction("delete") on the relationship item.
Regards,