• GetItemRepeatConfig removes child items that are used multiple times. How to fix?

    Hi community, I use a classical "GetItemRepeatConfig" query to get a Part BOM over multiple levels. id="xyz"; Item partItem = inn.newItem("Part","GetItemRepeatConfig"); partItem.setAttribute("select","id,classification,keyed_name,item_number"); partItem…
  • How to get level/depth of items returned from an GetItemRepeatConfig AML query?

    Hi community, would be happy if someone can help me with this one: I have a GetItemRepeatConfig query over a multilevel Part/BOM structure. This query returns all Parts that appear on the various BOM-levels. Depending on the Part, I have around 3…