cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

AR For Bulk Items in Multi-BOM

kspabs
7-Bedrock

AR For Bulk Items in Multi-BOM

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 1
Dale_Rosema
23-Emerald III
(To:kspabs)

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

Top Tags