Skip to content

Commit fb4ba0a

Browse files
Create README.md
1 parent 922f2a3 commit fb4ba0a

File tree

1 file changed

+26
-0
lines changed
  • Modern Development/Service Portal Widgets/My Reminders

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Service Portal Reminder Widget
2+
3+
A simple custom ServiceNow Service Portal widget for viewing and creating personal reminders.
4+
5+
## Features
6+
7+
- This uses **ServiceNow's OOB Reminder table**. Table name : 'reminder'
8+
- Displays a list of reminders for the current user.
9+
- Provides a form to create new reminders.
10+
- Allows associating reminders with any Task record.
11+
- Auto-refreshes the list after a new reminder is created.
12+
13+
14+
## How to create
15+
16+
1. Navigate to **Service Portal > Widgets**.
17+
2. Click **Create a new widget**.
18+
3. Set the **Widget Name** (e.g. 'My Reminders') and **ID** (e.g., 'reminder-widget').
19+
4. Copy and paste the provided HTML, CSS, Client Script, and Server Script into their respective tabs.
20+
5. Save the widget.
21+
22+
## How to Use
23+
24+
1. Open your target portal page in the Service Portal Designer.
25+
2. Find your widget in the "Widgets" filter on the left.
26+
3. Drag and dropp the widget onto the page.

0 commit comments

Comments
 (0)