We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Incident State - On Hold = 3, shows as Closed Complete

In the Incident module, the State = On Hold has an integer value of 3.   In the base Task table, 3 = Closed Complete.   Because of this, when the user does metrics on the Task table, Incidents that are On Hold are showing in the Closed Complete bucke...

denam_ by Kilo Explorer
  • 6344 Views
  • 9 replies
  • 2 helpfuls

Standard change tasks created prior to "implement" or "schedule"

Good morning ServiceNow enthusiasts Could somebody explain to me the actual reason why the tasks defined within a standard change template are created and assigned PRIOR to the implementation phase? I do understand they are pre-approved changes, but ...

Quinten by Tera Guru
  • 1549 Views
  • 7 replies
  • 3 helpfuls

Resolved! CSA course for Yokohama

As the CSA exam is currently being taken on Yokohama, how come the CSA course is only available on Xanadu or am I missing something?

joshmorris by Tera Guru
  • 1413 Views
  • 5 replies
  • 0 helpfuls

DeepL for dynamic translations

I need to make the API connection with DeepL to start using dynamic translations in ServiceNow forms.I am new to ServiceNow Integration, and this is my first task for client.Can anyone please help me out by explaining how it works or please provide m...

abhisek by Tera Contributor
  • 800 Views
  • 1 replies
  • 0 helpfuls

How to use employee center in ESC portal is not working

Hi all,  In the ESC portal , tour section how to use employee centre link is not working .above three links are working fine    by clicking the how to use the employee center , I am receiving     Can you help me how to resolve this issue. Thanks and ...

chandan2212_0-1757490909975.png chandan2212_1-1757490965575.png
chandan2212 by Tera Contributor
  • 752 Views
  • 5 replies
  • 3 helpfuls

Issue in making "adhoc approval" field read-only on change request

Hello Team, on change request table there is field called "adhoc approval" type glide list which reference to assignment groups table, in which we can select multiple groups. This is like an additional approval triggered on change request if we add a...

Sriram28 by Tera Contributor
  • 586 Views
  • 3 replies
  • 0 helpfuls

Query regarding Learning Service Now?

Hello Everyone,Myself Manikanta, I am new for Service Now and Enthusiast to learn. What is the correct approach to learn the complete course of ServiceNow.Can anyone have an idea please share. Thankyou.

Resolved! Script Include Not Working on getrowcount

var countofrec = Class.create();countofrec.prototype = {    initialize: function() {    },    reco: function (xyz,desc) {        var gr = new GlideRecord("xyz");        gs.addInfoMessage("Inside Script Include");        gr.addQuery('short_description...

Integrate Knowledge Articles within the Service Portal

Hello everyone, We want our customers to see knowledge articles before they submit a ticket from the Service Portal (SP and CSM). It seems like I can set up contextual search, based on short description.  Is this is a widget available in the service ...