- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 09:44 AM
Hello,
I have several currency fields on a form, all being summed into another currency field
So:
Currency 1 - $10
Currency 2 - $10
Total: $20
WHat is happening is if someone just deletes the value from Currency 1 or Currency 2 fields, the total stays at $20.
In order for the Total field to be updated, they need to actually but $0 in the Currency 1 or 2 fields.
is this normal behavior for currency fields? or does something need to be added to the client scripts I have which do the calculations?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 09:59 AM
try after removing below highlighted line of code from your onchange client scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 09:48 AM
Have you written onchange client scripts on change of every currency field to calculate Total? or used an Onsubmit client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 09:48 AM
Hi, i've done on Change scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 09:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 10:09 AM
THat did the trick! THank you!!!!