- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on β07-01-2025 12:27 AM
π Introduction
In fast-paced IT environments, staying on top of task deadlines is crucial. The Reminder [reminder] table in ServiceNow provides a built-in, low-code way to auto-generate personalized alerts for any task-based record β helping users act before critical dates are missed.
Whether itβs following up on incidents, change approvals, or task due dates, this feature brings timely awareness and productivity to your ServiceNow ecosystem.
π What is the Reminder Table?
The Reminder table allows users (by default, only admins) to set up time-based alerts on any table that extends from the Task [task] table β like Incident, Change, or Problem.
Reminders can be configured to trigger before a specific date field (like Due date or Follow up) using predefined time offsets (e.g., 15 minutes, 1 hour), and delivered via email or Outlook calendar.
π§Ύ Key Fields Explained
Field | Purpose |
---|---|
Task | Reference to the task record (Incident, Change, etc.) |
User | The recipient of the reminder |
Remind me | Time before the selected task date to send the alert (15 mins, 30 mins, 1 hr, etc.) |
Before | The task's date field used to trigger the reminder (e.g., Due date, Follow up) |
Using | Delivery method: Send an Email or Outlook Calendar |
Subject | Reminder title (max 100 characters) |
Notes | Additional message/details (max 8000 characters) |
π Internally, all time values in "Remind me" are stored in minutes.
βοΈ How to Configure Reminders
β Add to a Task Form:
-
Open any task form (e.g., Incident).
-
Click the gear icon β Configure > Related Lists.
-
Add Reminders β Task to display reminders as a related list.
β Create a Reminder:
-
Navigate to
reminder.do
. -
Fill in the task, user, and reminder details.
-
Select
Due date
orFollow up
in the Before field. -
Choose delivery method and save.
π οΈ Advanced Use: Custom Date Fields
You can use fields like work_start
or expected_start
, but it requires a workaround:
-
Set Before to
Due date
orFollow up
. -
Save the record.
-
Go to the list view, and edit the Before value directly with the field name (e.g.,
work_start
). -
β οΈ To re-edit the form later, change the Before value back to a supported field first.
π Access Control Considerations
-
Admins only by default can create/edit reminders.
-
To enable end users or specific roles:
-
Add Create and Read ACLs for the
reminder
table. -
Assign necessary roles to target users.
-
π Quick Access
-
Use
reminder.do
in the filter navigator to open the table directly. -
Or manage reminders via the related list on task records.
π― Conclusion
The Reminder table in ServiceNow is a simple yet powerful feature that improves user accountability and task visibility. With proper configuration and role-based access, teams can reduce SLA breaches and never miss another critical deadline.
If you're managing task-heavy workflows, integrating reminders into your forms is a no-brainer β low effort, high value.
- 893 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Good article. Very helpful.