Tagged “Solution”
-
How to retire or deactivate location data in ServiceNow
What should you do with old location data in ServiceNow? Locations come and go through the life of an organisation. Moving offices, renting warehouses, and field service contracts change all the time. You still want the data, but you don't want anyone to use those old locations for anything new. Here's some recommendations on how to safely retire those old locations in ServiceNow. -
How to safely modify SLAs in ServiceNow
It's not safe to modify SLA definitions in ServiceNow when there are active SLAs running for it. It can cause unpredictable behaviour, maybe even ruin your measurements entirely. Here's a quick guide on how to modify SLAs safely, as well as exploring what happens if you do. -
Non-Production Instance Theming Part 7 - Custom Window Title
Are you developing in production without realising? Did you accidentally delete that production data, or load test data into your live instance? It's easy to forget which ServiceNow instance you are in. Giving each instance a custom window title can help guide users through a sea of browser tabs. -
Non-Production Instance Theming Part 6 - Using Announcements
Are you developing in production without realising? Did you accidentally delete that production data, or load test data into your live instance? It's easy to forget which ServiceNow instance you are in. Adding an announcement to each instance can be a constant reminder of which instance you are in. -
Non-Production Instance Theming Part 4 - Banner Colour UI16
Are you developing in production without realising? Did you accidentally delete that production data, or load test data into your live instance? It's easy to forget which ServiceNow instance you are in. Giving all of your ServiceNow instances an eye-catching coloured banner will be a constant reminder of which instance you are in. -
Non-Production Instance Theming Part 3 - Logo
Are you developing in production without realising? Did you accidentally delete that production data, or load test data into your live instance? It's easy to forget which ServiceNow instance you are in. Giving all of your ServiceNow instances their own logo will help remind you where you are and if it's safe to make changes. -
Non-Production Instance Theming Part 2 - Custom Product Name
Are you developing in production without realising? Did you accidentally delete that production data, or load test data into your live instance? It's easy to forget which ServiceNow instance you are in. Giving all of your ServiceNow instances their own custom product name and banner text can be a constant reminder of which instance you are in. -
Non-Production Instance Theming Part 1 - Page Icon
Are you developing in production without realising? Did you accidentally delete that production data, or load test data into your live instance? It's easy to forget which ServiceNow instance you are in. Giving all of your ServiceNow instances their own favicon so you can see which instance you're in at a quick glance. -
Smarter ServiceNow CMDB Imports with CMDBTransformUtil
Don't re-invent the wheel with every CMDB transform map. ServiceNow already saves you time and effort by giving you this utility to harness the magic of the CMDB in your transform maps so you don't have to develop it yourself. -
How to recover a MID server after a failed upgrade
What happens a ServiceNow MID server tries to auto update itself but gets interrupted mid-upgrade and fails? You get a broken MID server that's missing half of its files, that's what. Here's how to recover a MID sever when the auto upgrade fails and it deletes its own files. -
How to give ServiceNow emails a custom "From" address
Add some professional branding to emails sent out from your ServiceNow instance by giving it an email sender address that matches your company. Here's a quick guide on how! -
How to use your own mailbox with ServiceNow
By default, ServiceNow gives each instance its own service-now.com mailbox for sending and receiving emails, but sometimes this doesn't fit requirements. Here's how to give a different mailbox for ServiceNow to work with emails. -
ServiceNow Import Tips #3 - Alerts on failing imports
Have you ever had a scheduled import that had been causing issues for weeks without anyone knowing? Save yourself the headache and do this simple step to alert people when import transforms fail. -
ServiceNow Import Tips #2 - Scripts to start imports
Make imports and transforms part of your ServiceNow automations. Did you know that you can kick-off data sources and transforms using scripts? So many possibilties! -
ServiceNow Import Tips #1 - Simple Import row-by-row
Typically there's a song and dance to import data into ServiceNow, but did you know that you can run imports faster and easier if the transform is already there? -
Using custom ServiceNow event queues to solve race conditions
Lots of things all running at the same moment can cause timing issues when they all want to touch the same data. Here's a way you can avoid these issues easily and gracefully in ServiceNow using custom event queues and GlideEventManager. -
Guide to a ServiceNow login page for multiple SSO providers
ServiceNow integrates pretty well with single sign-on providers like Azure, Okta, and ADFS, but things get difficult when you need to support multiple SSO's. Here's how to do a login page that allows users to choose which SSO provider they want to login through. -
How to use a custom ServiceNow login page, and why you should
The default ServiceNow login page is basic and gets the job done, but making it better is easier than you think! -
Use existing choices for a variable, don't duplicate them
This cool trick will allow your select box and multiple choice variables to use an existing set of choices instead of manually copying them. -
Better SN Approvals #3 - Approval Reminders
ServiceNow approvals are incredibly useful, but overwhelmed approvers can sometimes miss approvals. This easy tweak can help keep all approvals on the radar. -
Better SN Approvals #2 - Full Form, Not Summary
ServiceNow approvals are incredibly useful, but they do have some rough edges out-of-the-box, such as the approval page not showing all of the details. -
Better SN Approvals #1 - The Activity Stream
ServiceNow approvals are incredibly useful, but they do have some rough edges out-of-the-box, such as the activity stream on approval pages missing information. -
How you should allow elevated users enter and exit the service portal
Out-of-the-box ServiceNow isn't great for allowing elevated users to jump in and out the service portal, but it's easily fixed with some small changes. -
Arduino millis roll-over, and why it can ruin your project
In Arduino controllers, millis() rolls-over back around to zero after 49 days. How can you avoid the problems this causes? -
How to use a Field List type field to get data from ServiceNow
ServiceNow Field List type fields let users select and dot-walk through fields, like "assigned_to.manager.email", which is awesome, but how can you use them to get data out of ServiceNow?
See all tags.