On a Form I have 3 different Filed from Type currency.
The Values of these 3 fields are set by transform script/ spreadsheet upload. Example:
Open Amount : 600 $
Amount Paid: 0$
Amount Credited: 0$
The requirements is that if Amount Paid or Amount Cr...
Using the admin role I used the banner setting symbol to switch to UI15, but now I cannot switch back to UI16. The banner is missing the Settings icon in UI15mode.
OlaN,
Thank you. The onChange script worked, I had to implement a global variable to store the value of calculated field before the first onChange is executed, in case there was a typo, since multiple changes will start with the last change.
I wrote a business rule, but Business Rule before Insert/Update does not change the Open Amount to the calculated value unless a user Updates the record, in which case the value is committed to the database.
Is there a way to implement the business...
OlaN,
Thank you, indeed these fields are Currency type.
1. Now amount is recalculated by the script, but it always returns 0$.
Seems that when
var creditAmount = g_form.getDecimalValue('u_amount_credited');
is executed no matter what amount I plug ...
Anirudh, tried it but it didn't fix the problem. The cell that has the calculation doesn't change.
I wonder whether I need a statement such as newValue ...