Forum Discussion
Zahar_Chernov
9 years agoIdeator I
Ketan,
Just use following AML and this will solve your problem:
<AML> <Item type='Part' action='add'> <item_number>TestPart1</item_number> <Relationships> <Item type='Part BOM' action='add'> <related_id> <Item type='Part' action='add'> <item_number>TestPart2</item_number> </Item> </related_id> </Item> </Relationships> </Item> </AML>