Options

Reflect value in FactBox

kovaidonkovaidon Member Posts: 54
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.



Comments

  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
    Did you add Unit of Measure field directly or a variable and then filling the variable with Unit of measure code field?

    Did you try directly adding Unit of measure field?
  • Options
    kovaidonkovaidon Member Posts: 54
    edited 2015-11-04
    Sorry! I have added "Unit of Measure" field of Sales Line directly in "Sales Line Fact Box" Sir!.
  • Options
    kovaidonkovaidon Member Posts: 54
    I have found the solution for my problem.

    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!.
Sign In or Register to comment.