-
Notifications
You must be signed in to change notification settings - Fork 16
Action – GetItemRepeatConfig
Eric Domke edited this page May 6, 2019
·
1 revision
Get recursive tree (e.g. BOM)
<!-- SOAP_ACTION = ApplyAML or ApplyItem -->
<Item type="Part" select="item_number" action="GetItemRepeatConfig" id="{your part ID}">
<Relationships>
<Item type="Part BOM" select="related_id,quantity" repeatProp='related_id' repeatTimes='10'/>
</Relationships>
</Item>