Forum Discussion
AngelaIp
7 years agoIdeator I
I think it´s possible to delete all elements of type 'Part_BOM' which has the source_id of your parent Part.
<Item type="Part_BOM" action="delete" where="[Part_BOM].source_id='123456....'"></Item>
Not tested! Use with care :-).
Former_Member
7 years agoIdeator I
Thanks! I will give that a try now and see what I get. Cheers!