Options

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

raja123raja123 Member Posts: 50
I'm using nav2017

Answers

  • Options
    ArhontisArhontis 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.
Sign In or Register to comment.