Relations in BOM
Hi,
I have a parameter called cage_code. I want the blank cage code in the bom column to read 96906.
I have another parameter called part_number. I want part_number MS51959-15's cage code to read 96906, which is currently blank.
I saw a tutorial on Youtube that showed the following relation that worked:
IF asm_mbr_part_number=="MS51957-15"
asm_cage_code="96906"
ELSE
ENDIF
This looks pretty straight forward and looks like it will work. Why does it not?
Do I need to do something to the cage code in the bom that reads &asm.mbr.cage_code? I tried something like &rel.asm.mbr.cage_code. That does not work.
Please help.
WayneF
