Workspace Custom Table grid view (record navigation)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 07:17 AM - edited 12-15-2023 02:57 AM
dear @Brad Tilton @Maria Gabriela
I am developing an SLA donut against a custom table, where grid view is populating the record and by clicking on card the record should be opened, but instead "Record not found" appears
EVAM definition is configured the same way as OOB in case of Incident SLA
changes made so far are only made in UX Client Script Includes
your further advise would be much appreciated
thank you!
"id": "general_enquiry_sla",
"tableName": "task_sla",
"tableDisplayValue": "Task SLA",
"myWorkQuery": "task.sys_class_name=sn_hr_core_case_operations^task.assigned_toDYNAMIC90d1921e5f510100a9ad2572f2b477fe^task.active=true^sla.type=SLA^sla.target=resolution^active=true^time_left<=1970-01-08 00:00:00",
"myTeamQuery": "task.sys_class_name=sn_hr_core_case_operations^task.assignment_groupDYNAMICd6435e965f510100a9ad2572f2b47744^task.active=true^sla.type=SLA^sla.target=resolution^active=true^time_left<=1970-01-08 00:00:00",
"listView": 'sow_landing_page',
"header": await helpers.translate("General Enquiry SLAs"),
"groupByField": "time_left",
"evamId": evamDef['generalenquirySLAEvamDefinitionId'],
"updated_on": "^ORDERBYtime_left",