Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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
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