PO.Update
field is unit cost
this will ensure each line has a price entered, also I created a check box on PO line tab in case a price needed to be entered as 0.00.
so the code reads like:
PODetail.CheckBox() = FALSE AND PODetail.UnitCost = 0
raise exception blah blah...
field is unit cost
this will ensure each line has a price entered, also I created a check box on PO line tab in case a price needed to be entered as 0.00.
so the code reads like:
PODetail.CheckBox() = FALSE AND PODetail.UnitCost = 0
raise exception blah blah...