Show the total no. of component items on the Item card which is a bill of material

raja123
raja123 Member Posts: 50
I'm using nav2017

Answers

  • Arhontis
    Arhontis Member Posts: 667
    If you want the simple info, create a flowfield field on Item table and in the CalcFormula place the:
    Count("BOM Component" WHERE (Type=CONST(Item),No.=FIELD(No.)))

    The complicated info is counting the unique items that an item appears in their BOM component tree.
    That would require some coding to be involved.