Skip to main content
1-Visitor
July 26, 2021
Question

AR For Bulk Items in Multi-BOM

  • July 26, 2021
  • 1 reply
  • 1084 views

Recently had to add an additional configuration to my drawing BOM and running into an issue regarding bulk items.

 

I've set my cell value to rpt.qty for both -1 and -2 config QTY columns so that I can use Repeat Region > Column Model/Rep to dictate the quantity configuration. My issue is that I can no longer use my previous relation to force quantity to AR in the case of a Bulk Item:

 

IF asm_mbr_type == "BULK ITEM"
qty = "AR"
ELSE
qty = rpt_qty
ENDIF

1 reply

Dale_Rosema
23-Emerald III
23-Emerald III
July 27, 2021

You have to use a different name for the "rpt_qty" if you are doing a relation.

 

See the solution in this post:

 

https://community.ptc.com/t5/3D-Part-Assembly-Design/1-2-of-a-part/m-p/100428

 

Thanks, Dale