How to add button to the incident form under related links to recalculate few fields
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2023 03:05 AM
Hi All,
I am having business rules that calculates the following fields.
'Time to detect' and 'Time to diagnoise'
I need to add buttons in the incident form under related links to recalculate those fields. And I need to display those new buttons only to a particular assignment group. Please let me know how it can be done
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2023 09:27 AM
Hi Renu9,
As suggested by Namrata, you can use that statement in the condition field of that UI Action.
As per your script, just make sure that Client checkbox is unchecked, and you might have to include current.update(); in the script of your UI Action.