I have added a new field "UOM"in Sales Line Fact box.
It is like,there is a field "Unit of measure" in Sales line. when user change or insert the value in "Unit of measure" ,automatically in fact box it needs to get reflected or get updated in the field "UOM" added in fact box.
I have designed it , but now the problem is, if am selecting Unit of Measure in Sales Line. it is not reflecting in UOM of Sales Line Fact Box. I have move the cursor down to second line , again if I move cursor to first line then it reflects.
Iam Confused where I am missing.
Please guide me. Looking forward for your valuable input.
0
Comments
Did you try directly adding Unit of measure field?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I have Added a code Currpage.SaveRecord;
in the "Unit of Measure" On Validate() in Sales Order SubPage.
Now it works as expected.
Thank you Mohana Sir!.