Configure upcoming tasks on SOW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 05:11 AM
Currently this shows up for tasks that have a due date selected. I was wondering if it would be possible to configure it so that tasks created in the visual task board would also show up as they have a due data field on it already.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 07:59 AM
Hi,
Yes you can. You will need to create a new script extension and return a payload in the expected format as defined in
- Open the sn_sow.UpcomingLinkProvider Extension Point (sys_extension_point)
- Review the existing extensions, the system cycles through these to build the payload
- As an example SOWUpcomingLinkProvider_Incidents
- Your custom script include will need to have a process function that takes in the 4 parameters and returns a payload.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 08:37 AM
Thanks for that but I'm rather new to developing so do you have any idea what script to put in the script include

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 09:59 AM
Ah,
Unfortunately the data that powers this component isn't low-code friendly.