Dear Experts,
I have created 2 UDF (rows) in the Production Order.
UDF 1 = IssuedQty and UDF 2 = WastageQty.
WastageQty = IssuedQty (minus) - PlannedQty.
I have written a FS on the UDF WastageQty, as below:-
select($[Wor1.U_IssuedQty.number])- ($[wor1.PlannedQty.number])
I have set it at auto-refresh when existing altered column, and the field being IssuedQty, and set the option of display saved user defined values.
My problem is that the WastageQty is not getting (updated) refreshed after i change the IssuedQty value.
The values are only getting updated, when i manually press SHIFTF2 on the WastageQty field, but i want the field to automatically refresh/update without having to press SHIFTF2.
Any help with this regards would be appreciated.
Thank you.
Regards,
Feroz Dosani