- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2023 03:52 AM - edited ‎05-09-2023 09:40 AM
Hi all,
Wondering if you can help me with this.
I created a demand risk assessment section/tab and added some fields. Depending of what I chose (Yes/no OR High/medium/low), I want to make a sum of the values I have given to the choices (I have explained the points into the image below), and by clicking the UI action "Demand risk calculation" the sum of all the points should automatically populate in the read only "Risk score" field at bottom, and also populate High/medium/high in the read only "Risk level" field (if sum is 2 = Low, if sum is 3 to 9 = Medium and if sum is 10+ = High).
Many Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2023 06:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2023 06:34 AM
Please share your UI action screenshot and Script too
Their might be some issue in the script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2023 06:42 AM - edited ‎05-09-2023 09:41 AM
here is the UI action
-if I select the checkbox "client" then all the tabs disappear and system is unable to load the page
-if I untick the checkbox "client" then when clicking "the UI action", it takes me back to list view and nothing happens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2023 06:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2023 07:23 AM
Hi @Prince Arora thanks for providing this, I made the changes as you suggested above, now when I select the fields and click on the UI action, it reload the page but doesnt update the "risk_level" and "risk_score" fields with sum, they are empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2023 08:03 AM
have you selected the right backend values for both?
These fields have been created by you or OOB?
Please add the alert in between to check the values as
alert(sum);