Hello -
A very simple macro that puts a udf value into the header level user_3 or the purc_requisition is no longer functioning after the upgrade. We were at 8.0.0 and upgraded to 9.0.5
This is an OnSave macro; the value in user_3 is then used in a workflow for email routing. I've tried different udfString and udfColumn values, and nothing seems to work. Any help is greatly appreciated!
Macro:
user_2 = order_total
If order_total <2500 then
USER_1 = "1"
End if
If order_total >2500 and ORDER_TOTAL < 4999 then
USER_1 = "2"
End if
If order_total > 4999 then
USER_1 = "3"
End if
user_3 = udfString1