Recursive Query on a Related Item

You want to perform a recursive query on a related item.

Technique

Use the GetItemRepeatConfig action to perform the query. For more information, refer to the table in section Built in Action Methods.

AML

<Item type="Part” action="GetItemRepeatConfig” select="item_number,name,major_rev,has_change_pending,state” id="{@id}">
<Relationships>
<Item type="Part BOM” select="sort_order,quantity,_kit_flag,related_id” repeatProp="related_id” repeatTimes="6"/>
</Relationships>
</Item>