Hi.
Could someone please point me towards a reference for "if..then..else" syntax and formats for relations within repeat regions?
I am trying to create a table relation like this:
if cust_pn exists
cust_pn=cust_pn
else
cust_pn=asm_mbr_name
endif
cust_pn is a parameter in each part with a family table.
Basically, I am trying to find a way to always have the main part number show up in a BOM, instead of the family table instance name. (ie: "506-00100" instead of "506-00100-063_panel").
I can do this on a per part basis ("if cust_pn=="506-00100-063_panel" then cust_pn="506-00100") but would like it to happen automagically, without having to go thru each part every time .
Unless someone has a better solution for handling family table part numbers in a BOM?
I've been looking at this page for reference:
http://www.proecentral.com/portal/articles/articlesDetail.as p?id=22
Thanks,
John
Could someone please point me towards a reference for "if..then..else" syntax and formats for relations within repeat regions?
I am trying to create a table relation like this:
if cust_pn exists
cust_pn=cust_pn
else
cust_pn=asm_mbr_name
endif
cust_pn is a parameter in each part with a family table.
Basically, I am trying to find a way to always have the main part number show up in a BOM, instead of the family table instance name. (ie: "506-00100" instead of "506-00100-063_panel").
I can do this on a per part basis ("if cust_pn=="506-00100-063_panel" then cust_pn="506-00100") but would like it to happen automagically, without having to go thru each part every time .
Unless someone has a better solution for handling family table part numbers in a BOM?
I've been looking at this page for reference:
http://www.proecentral.com/portal/articles/articlesDetail.as p?id=22
Thanks,
John