Configure upcoming tasks on SOW

joshmorris
Tera Guru

joshmorris_0-1742386208200.png

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.

3 REPLIES 3

Kieran Anson
Kilo Patron

Hi,

Yes you can. You will need to create a new script extension and return a payload in the expected format as defined in 

 
  1. Open the sn_sow.UpcomingLinkProvider Extension Point (sys_extension_point)
  2. Review the existing extensions, the system cycles through these to build the payload
  3. As an example SOWUpcomingLinkProvider_Incidents
  4. Your custom script include will need to have a process function that takes in the 4 parameters and returns a payload. 

Thanks for that but I'm rather new to developing so do you have any idea what script to put in the script include

Ah,

Unfortunately the data that powers this component isn't low-code friendly.