- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 12:03 PM
Hi ,
I'm trying to modify the on-call schedule modal in ServiceNow to display the business phone instead of the mobile phone when both numbers are populated in a user's profile. Currently, if both the mobile and business phone fields are filled, the system prioritizes and shows the mobile phone. However, if only the business phone is filled, it displays that instead. Does anyone know where this prioritization logic is set, or how I can modify the modal to show the business phone alongside or instead of the mobile phone
Solved! Go to Solution.
- Labels:
-
Service Operations Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 12:14 PM
There is a script include, OnCallRotationSNC, that I believe contains the function that is choosing mobile phone over phone. In my instance, it's about line# 4088. You can update the script include OnCallRotation to override the containing function (copy the entire function, then make your changes). Keep in mind though you should then monitor OnCallRotationSNC for any changes in upgrades to this function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 12:14 PM
There is a script include, OnCallRotationSNC, that I believe contains the function that is choosing mobile phone over phone. In my instance, it's about line# 4088. You can update the script include OnCallRotation to override the containing function (copy the entire function, then make your changes). Keep in mind though you should then monitor OnCallRotationSNC for any changes in upgrades to this function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2025 07:36 AM
Hi Chris ,
In OncallRotation script include what exactly we need to change ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 02:31 PM
Thanks @Chris-STL , But it is policy protected we can't edit .