Need to capitalize Ui button from resolve to Resolve in SOW

suryaogeti1
Tera Contributor

Hi all,

We have a resolve button in SOW incident which is 'Resolve'. when we click that we are receiving one pop up for updating resolution code and notes and after that we need click resolve in the pop up. Here in pop up page, we have Ui button like this 'resolve' I need convert that to 'Resolve', Don't how this was changed. I even checked in my PDI it is working fine as expected. but in my org. instance i am facing. Guide me where to change that configuration. in which table. please find below snips.

suryaogeti1_0-1777988868478.png


client wants us to change from resolve to Resolve

suryaogeti1_1-1777988907501.png

 

1 ACCEPTED SOLUTION

Hi @suryaogeti1 

 

In your screenshot the first record needs to be corrected.

Key: resolve  & Message: resolve

That is exactly why your modal button is showing lowercase "resolve"

 

In SOW, labels like Button text, Modal titles, Action labels are often pulled from "sys_ui_message".

So even though your payload says "saveLabel": "Resolve" the system is overriding it using

Key = resolve & Message = resolve

 

Open this record Key = resolve & Message = resolve

Change  "Message = resolve" to "Resolve" then 

Save > Clear cache > Reload Workspace

By looking to the screenshot the issue was caused by a sys_ui_message entry where the key "resolve" had the value "resolve". Workspace was using this message key, which override the payload label. Updating the message value to "Resolve" by this you can fixed the issue.

 If you found this useful, feel free to mark it as Helpful and accept it as the solution.

If you found this useful, feel free to mark it as Helpful and accept it as the solution.
Regards,
VaniMadhuri

View solution in original post

13 REPLIES 13

VaniMadhuri
Tera Expert

Hi Surya, 

In SOW, that pop-up button is usually not controlled by the normal Incident UI Action table.
1. Check Declarative Action Assignment for Incident Resolve
2. Open related UXF Client Action / Payload
3. Look for saveLabel
4. Change resolve to Resolve
5. Clear cache / reload workspace
Most likely fix is in the Declarative Action payload, not classic UI Action.

I hope this one helps you. Thank you.

 

If you found this useful, feel free to mark it as Helpful and accept it as the solution.
Regards,
VaniMadhuri

Tanushree Maiti
Giga Patron

Hi @suryaogeti1 

 

1. The label might be configured in the Declarative Action.

  • Navigate to sys_declarative_action_assignment.list in the navigator.
  • Search for the assignment where:
    • Action Label: resolve (lowercase)
    • Table: incident

2.  Refer :Configure the Assign or Resolve dialog box for an incident or change request in Service Operations W... 

Configure the Resolve dialog box.

  • Open an incident in Core UI.
  • On the incident form, select the additional actions icon (TanushreeMaiti_0-1777993333299.png

     

    ) on the header.
  • Navigate to View > SOW Incident Resolve Modal.
    The record is opened in the SOW Incident Resolve Modal view.

 

3. Refer: KB2678639 Out of the box "Resolve" button is not working as expected on custom records 

 

Also check: https://www.servicenow.com/community/developer-forum/resolve-button-popup/m-p/3167507

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

suryaogeti1
Tera Contributor

Hi @VaniMadhuri , @Tanushree Maiti , @Rakesh_M , @Ankur Bawiskar 

Below is the payload, it is same only, i clear cache and saved the payload again
there is no change in that. it is still resolve only
suryaogeti1_0-1778059327860.png

 

Hi @suryaogeti1 ,
1.Navigate to ALL>>Declarative Actions >> Form Actions
2.Filter records where  table is incident and label=resolve.
3.Check for duplicate records.

If no duplicates found:
1.Navigate to sys_ui_message.list (In All filter navigator type sys_ui_message.list and hit enter)
2.Fiter records by key=Resolve

Rakesh_M_0-1778061273092.png

3.If you find a record where key=Resolve and Message=resolve ,Delete the record.

Hi @Rakesh_M 
Below are the records i found, what to delete in that

suryaogeti1_0-1778063561397.png