How to add button to the incident form under related links to recalculate few fields

Renu9
Tera Contributor

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

Muhammad Khan
Mega Sage
Mega Sage

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.