We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Resolved! Field Reference Qualifier Question

Can someone please outline what this reference qualifier for a CI field means? Its on my change records. javascript: ['incident', 'problem'].indexOf(current.sys_class_name + '') == -1? '' : 'operational_statusNOT IN' + new OpsStatusFilter('cmdb...

Email Client Script

Hi all,I know that out-of-the-box, the email client script sets the opened_for or caller_id as the primary recipient. However, in my organization, they’re being added as secondary recipients (in the CC line) instead.I've reviewed our templates but ha...

rhyannagood_0-1745436125133.png
rhyannagood by Tera Contributor
  • 736 Views
  • 1 replies
  • 1 helpfuls

Servicenow PDIs are not waking up

Two of my PDIs are not waking up. Showing as "Instance is Hibernating, please use the 'wake up' action in the action menu to wake it up". Retrying continuously to wake up for several times. Should I wait for some days? Is my instance gone with all th...

Community Alums by Community Alums  
  • 770 Views
  • 3 replies
  • 0 helpfuls

Resolved! CSA QUESTION i am confused between a and b option

How would you describe the relationship between the Incident and Task table?Incident table has a one to many relationship with the Task tableIncident table is extended from Task tableIncident table is related to the Task table via the INC numberIncid...

sanasayyad by Tera Contributor
  • 2882 Views
  • 3 replies
  • 2 helpfuls

Servicenow studio loading very slow

Hi,Studio is not working properly. When I create a new file, such as a REST message, and try to save an HTTP request parameter, nothing happens and the page hangs. Could you please let me know the current status of the ServiceNow server? Why it is no...

RR-1 by Tera Contributor
  • 980 Views
  • 2 replies
  • 0 helpfuls

How to retrigger Cascade Variables?

I have a request again function working for Order Guides. The problem I am facing is when requesting again, if I change the value of an order guide variable, it doesn't cascade down into the following RITMs. My question is how do I retrigger the orde...

YinW by Tera Contributor
  • 687 Views
  • 1 replies
  • 0 helpfuls

Resolved! Cancel workflow

we have a table in custom application scope , that has workflows tied to it. When the review goes into Cancelled , the workflow needs to go be cancelled.Tried the below script , but the workflow isn't getting cancelled.Log--C is printed once, but the...

Kumar38 by Kilo Sage
  • 3154 Views
  • 3 replies
  • 2 helpfuls

No longer required sometimes work sometimes not

(function executeRule(current, previous /*null when async*/ ) {    var ritm = current.parent;    var approver = new GlideRecord('sysapproval_approver');    approver.addQuery('document_id', ritm);    approver.addQuery('state', 'approved');    approver...