Modify the modal of the Resolve UI Action

Hermes14
Tera Contributor

Hi,
Is it possible to modify the modal that shows up when clicking on the Resolve UI action in SOW? When the caller resolves their incident the Resolution code should automatically be set to Resolved by caller. Thanks in advance for the help!
Resolve.png

3 REPLIES 3

RaghavSh
Kilo Patron

1. Go to "sys_declarative_action_payload_definition" table and look for "key = SOW_INCIDENT_RESOLVE_UXF" record.

2. In the params field after state=6 add close_code ="Resolved By caller" // this should be the backend value of your close code.

 

{
state:6,
"close_code": "Duplicate" // add you value here
}

 Below is the sample, 


Raghav
MVP 2023

Hi, thanks for the response. Is it possible that this will only work if the current user is the caller?

I dnt think that is possible here.


Raghav
MVP 2023