Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

ITSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! What does skipped error mean in Upgrade history and how to resolve it?

Hello,This is the first time I'm carrying out an upgrade(I'm new to ServiceNow) and reviewing the Upgrade History I have found that there are ~70 Skipped Error. We have upgraded from Fuji to Geneva.I can see that I can resolve Skipped conflicts, but ...

find_real_file.png
szollo by Kilo Contributor
  • 30911 Views
  • 5 replies
  • 39 helpfuls

Resolved! Hide Follow button on Change Request Form

Hello all,     I am trying to track down "Where this Follow/Following button is coming from".  I found the documentation of: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0692505 we have two with the same name in our instance...

Screenshot 2023-10-02 112401.png source_html.png
lonesoac01 by Giga Guru
  • 4203 Views
  • 7 replies
  • 1 helpfuls

Resolved! Failed to parse JSON data error.

Hello,We are integrating ServiceNow with an external platform. When a form is submitted on the external platform, an RITM ticket should be generated in ServiceNow, and all form details should be added to the RITM variables. Currently, I'm using the J...

bindu_jayagond_0-1696244482110.png
rohit_murli by Tera Contributor
  • 4547 Views
  • 4 replies
  • 2 helpfuls

How do I escalate an incident in HI?

Our incident is automatically prioritized to medium by HI but it has major business impact for us. How can I escalate the priority? I can't find any possibilities in the portal   Thanks in advance

Resolved! What is the alternate for JSONParser() API in scoped app?

Hi All,  I came across issue with parsing i have a JOSN format which need to be parsed. As new JSONParser() API deprecated in global cannot be used in scoped applications.can you suggest what is the alternate for this?         var SampleArray = {    ...

sasi by Tera Contributor
  • 1913 Views
  • 2 replies
  • 1 helpfuls

Resolved! Agent Workspace - How to Set Default Filter on Related List

How can you set the default filter for a related list in Agent Workspace or ensure the one set as default on the standard form is applied in workspace? Example: The following is the filter we have on change form. We used UI Action to 'Set as default ...

find_real_file.png find_real_file.png

Resolved! UI Policy not working on Change form

Hi All, On the change task form UI policy is not working.I have created a UI policy that makes the work notes mandatory when the change is an emergency & implementation status is either 'successful with issues' or 'failed'. This change_task opens in ...

Screenshot 2023-09-29 181748.png SN_Learn_0-1695991852271.png
SN_Learn by Mega Patron
  • 2263 Views
  • 2 replies
  • 0 helpfuls

Resolved! Customize the Resolve UI Button on incident Workbench

Hi ,I would like to have a customized resolve button on the Incident Workbench.I have a field Overview on the incident table. When user clicks on the resolve button on the incident workbench. I would like to populate the data that is already there on...

find_real_file.png
praveen43 by Tera Expert
  • 6026 Views
  • 8 replies
  • 0 helpfuls

Close a change request using rest API

Hi Everyone, How to Close a change request using rest API.Tried PATCH request to  https://XXXXdev.service-now.com/api/sn_chg_rest/change/{sys_id}and providing close code, close note and state,close code and notes are updating but the state is not cha...