On-Call schedule with a rotating cell phone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have a team who uses a rotating phone 24*7 so I created a user named on-call 1 and added the number. However, in order to see the user in experts on-call the user on-call 1 must be in the support group. This creates a problem as on-call 1 shows up to get tickets assigned. I cannot believe its this complicated to simply add a fixed on-call # to a user just for the purpose of the number being visible for off hours escalation in Agent workspace. HELP!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Refer Servicenow Documentation: Configure the experts On-call panel for an incident
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
TY both!! I will try your suggestions. I tried this and the user is still showing as selectable as an agent in the group.
Step 1: Create the Field
- Navigate to System Definition → Tables.
- Open the User [sys_user] table.
- In the Columns related list, click New.
- Configure:
- Column label: Available for Assignment
- Column name: u_available_for_assignment
- Type: True/False (Boolean)
- Save.
Step 2: Add the Field to the User Form
- Open any user record.
- Right-click the form header.
- Select Configure → Form Layout.
- Move Available for Assignment to the form.
- Save.
Step 3: Set Values
- Users who should receive incidents: Checked
- On-call only users: Unchecked