- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023 05:49 AM
In ServiceOperational Workspace. there is a Upcoming information available.
I need to edit that upcoming
In Serviceoperational workspcae, all filters under “Upcoming” should be edited for Incident Record . for state should be "New"
records with state as new should be displayed
how to do that?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023 06:43 AM
Hi @servicenow lath ,
To Customize the data displayed in the Upcoming section:
Extension point | Description |
---|---|
sn_sow.UpcomingLinkProvider | Gets a list of upcoming task records ( changes, incident, requests, and overdue tasks) for the same day and the next day. |
Procedure
- Navigate to All > System Extension Points > Scripted Extension Points.
- From the Extension Points list, select sn_sow.UpcominLinkProvider.
- Create an implementation using the Create Implementation related link or edit an implementation from the Implementations related list. For information about creating an implementation, see Registering custom script includes against the scripted extension points.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023 06:43 AM
Hi @servicenow lath ,
To Customize the data displayed in the Upcoming section:
Extension point | Description |
---|---|
sn_sow.UpcomingLinkProvider | Gets a list of upcoming task records ( changes, incident, requests, and overdue tasks) for the same day and the next day. |
Procedure
- Navigate to All > System Extension Points > Scripted Extension Points.
- From the Extension Points list, select sn_sow.UpcominLinkProvider.
- Create an implementation using the Create Implementation related link or edit an implementation from the Implementations related list. For information about creating an implementation, see Registering custom script includes against the scripted extension points.