Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Guided Learning: ITSM fundamentals
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Needs Attention on Incident Form

Hello everyone, I would like to share a practical use case that we recently implemented in ServiceNow. This helps agents instantly identify incidents that require their action based on the latest caller response, reducing missed updates and response ...

shivatmika_19_0-1766474050774.png shivatmika_19_2-1766474645416.png shivatmika_19_3-1766474741328.png shivatmika_19_1-1766474572402.png

Report

I need to create a report in ServiceNow that contains more than 70 columns. I started building a List report and was able to add all the required columns. However, after adding many columns, the report begins to show incorrect data — it repeats the m...

SuneelaC by Tera Contributor
  • 604 Views
  • 1 replies
  • 0 helpfuls

Resolved! CIS - ITSM Certification

Hello Folks, I want to pursue the CIS-ITSM certification. Before enrolling, I would like to confirm whether completing the CSA and CAD certifications is mandatory. If not, could you please share the link to enroll in the CIS-ITSM certification course...

GOPI GADDAM by Tera Contributor
  • 4923 Views
  • 9 replies
  • 3 helpfuls

Resolved! quesion on script

    var gm = new GlideRecord('sys_user_group');    gm.addQuery('active', true);    gm.query();    while (gm.next()) {        var gr = new GlideRecord('sys_user_grmember');        gr.addQuery('group.name', gm.name);        gr.addQuery('user.name', '='...

Srini19 by Tera Contributor
  • 1944 Views
  • 10 replies
  • 0 helpfuls

Resolved! Transform Map issue

Hello All,I have created a transform map for group table created the name field as coelesce and also transformed it it successfully created records everything is fine leaving one thing.there is a type field which is a list collector in sys_user_group...

Unable to trigger approval from flow

Hi,Im working on triggering approvals for a Catalog Item where I'm selecting Impacting Organizations in a List Collector variable on the basis of which im fetching the contacts and sending approvals to them using Flow Designer, but I'm unable to achi...

Screenshot 2025-11-04 175459.png Screenshot 2025-11-04 175531.png
nishantneta by Tera Contributor
  • 736 Views
  • 4 replies
  • 0 helpfuls