Hi All, I have created Reports In workspace But When i click report data is not showing in list leve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 11:37 PM
Hi All, I have created Reports In workspace But When i click report data is not showing in list level ?
Ex: When i click pending reports part instead of Incident SLA time remaining reports need to show Request items assigned to pending reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 11:55 PM
Did you check how it's configured currently OOB?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 12:07 AM
Hi Ankur Thank you for your Reply,
I have Created reports in this table sys_ux_client_script_include_list
Link this
{
"id": "Request Items",
"tableName": "sc_req_item",
"tableDisplayValue": "Request Items",
"myWorkQuery": "active=true^assigned_toDYNAMIC90d1921e5f510100a9ad2572f2b477fe",
"myTeamQuery": "active=true^assignment_groupDYNAMICd6435e965f510100a9ad2572f2b47744",
"listView": 'sow_landing_page',
"header": mode == 'your_work' ? await helpers.translate("Request Items") : await helpers.translate("Catalog tasks assigned to my team"),
"groupByField": "state",
"evamId": evamDef["catalogTaskEvamDefinitionId"],
"updated_on": "^ORDERBYDESCsys_updated_on",
},
Here Existing reports also included here in this table sys_ux_client_script_include_list