i am not great at all with coding. The issue is I have 6 variations of a BOM and only 3 of them need this one item. I couldn't figure out the nested IF statement to check that part and report the quantity I want, while also putting A/R on bulk items.
Hello-
I have the following relation working, but I want to also be able to override the quantity of a single part. Please, any help is appreciated!
if asm_mbr_type=="BULK ITEM"
quantity= "A/R"
else
quantity= rpt_qty
endif