How the Recent incidents filter works in SOW

nagaklv
Tera Contributor

Hello Community,

 

Can anyone let us know how the below highlighted related list filter works in SOW because some users it's showing for some users it's not showing any records. Any filter criteria configured for this?

 

 

Thanks,

NageshRecent Incidents.png

1 ACCEPTED SOLUTION

Huynh Loc
Mega Sage

Hello @nagaklv ,

Review the “Get Recent Task” data resource in Record Information (SNC).
The data is filtered using the following condition:
sys_created_on ON Last 7 days @javascript:gs.beginningOfLast7Days() @javascript:gs.endOfLast7Days()image.png

If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution.

 




View solution in original post

3 REPLIES 3

Huynh Loc
Mega Sage

Hello @nagaklv ,

Review the “Get Recent Task” data resource in Record Information (SNC).
The data is filtered using the following condition:
sys_created_on ON Last 7 days @javascript:gs.beginningOfLast7Days() @javascript:gs.endOfLast7Days()image.png

If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution.

 




Ankur Bawiskar
Tera Patron

@nagaklv 

check the point mentioned by @Huynh Loc 

that should help you

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Srikanth_9
Kilo Sage

Hi @nagaklv,

 

If few users are not able to see the related list, needs to check:

  • Check if the list is configured through SOW "Related Lists" page configuration.

  • UI Builder path - Search for "Service Operations Workspace" > under "Record" > navigate to "Record SNC" > scroll down in the left side and find Contextual sidebar > under "Configure" scroll down click on "edit content" - in the "Pages and variants" under the "Record Information SNC" - scroll down in the left side and find "Recent Incidents" - check under the configure in the left side.

  • Check if any ACLs are configured for Service Operations Workspace.

 

If the provided solution is useful/working, please Accept as Solution and hit the Helpful. 
 
Thanks & Regards,
Srikanth Akula.