Hi All
I am working on a POC where my IG has 2 column AMOUNT_USD and AMOUNT_LOCAL if a user enters the value in either of this the other one should be calculating the values dynamically.
To avoid recursion i am explicitly disabling the change event on AMT_USD column using apex.item('AMT_USD').setValue(amount_fun_curr*1.5,amount_fun_curr*1.5,true);
The issues are -
1- The AMT_USD column does not reflect the calculated values until i click on it.
2- I need to make the AMT_USD column readonly so that user can not edit it but since its not updating without clicking this is also not feasible.
Please suggest a solution.
Regards,
Anchal