Forum Discussion
angela
6 years agoCatalyst II
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 :-).