ServiceNow News
9 items
What does it do:
Think of a case where you are working on a scoped application which is having a main request and some associated tasks. Now whenever you make some changes in your task for e.g. co...
Weekly dose of ServiceNow features in Washington DC release - Week 3 - updateWithReferences()
Import
·
over 1 year
www.servicenow.com
cache
Below is an example of a script to fetch the email of the person whom the problem is assigned, and the problem record is referenced in an incident.
var gliderecord = new GlideRecord("incident");
...
Weekly dose of ServiceNow features in Washington DC release - Week 2 - addExtraField()
Import
·
over 1 year
www.servicenow.com
cache
Hi Everyone,
I am planning to start a weekly dose of ServiceNow features in Washington DC release. Please add your comments and let me know if I am missing anything.
Week 1: setIntervalYearInclud...
Weekly dose of ServiceNow features in Washington DC release - Week 1 - setIntervalYearIncluded()
Import
·
over 1 year
www.servicenow.com
cache
Hello everyone,
As you’re probably aware, the latest release of ServiceNow (Washington D.C.) introduced several exciting features aimed at enhancing our day to day works in ServiceNow. Among these...
A little bit more about Time-Limited User Roles in ServiceNow!
Import
·
almost 2 years
www.servicenow.com
cache
I am sure most of you guys might be aware of it already, however, I would like to share my experience while working on Scripted REST APIs. Scripted REST APIs are a powerful way to create custom end...
My experience with Scripted Rest APIs and some good practices
Import
·
about 2 years
www.servicenow.com
cache
Recently I was working on a requirement where I needed to write a script to remove specific users from their respective groups and remove all of their roles (given directly to them without any grou...
How to rollback your modifications made by FiX script or Background Script
Import
·
over 2 years
www.servicenow.com
cache
Recently I was working on a requirement where I needed to write a script to remove specific users from their respective groups and remove all of their roles (given directly to them without any grou...
How to rollback your modifications made by FiX script or Background Script
Import
·
over 2 years
www.servicenow.com
cache
Recently I came across a scenario where I had to create announcements for CSM portal as we were upgrading the instance to latest ServiceNow version. I created the announcement and set the display s...
Portal Announcements are not visible after upgrade - Reason and how to fix this.
Import
·
over 2 years
www.servicenow.com
cache