Agent Assist not working on Agent Workspace for HR Case Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 12:22 AM
Hi All, I am actually able to navigate to the New 'Agent Workspace for HR' through the workspaces dropdown in the header menu of the new Polaris view and able to see the agent assist related search results in the workspace for all COE's cases expect for few COE's. When clicking on the agent assist- It says - 'Please Specify Table configuration'. But, as per few servicenow docs I have already configured agent assist action assignment and contextual search table configuration for that particular table. FYI- @Vamsi Paidi
Please help!!!
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2023 09:10 AM
These are instructions sent from ServiceNow that resolved our issues:
Root cause:
1. The "Agent Assist Global Mobility" variant created by the customer was never shown.
2. This is because the UX Screen Condition to showAgentAssist always returns true for the default variant (Agent Assist default).
- Reason: sn_hr_core_case_global_mobility is the child table of sn_hr_core_case and agent assist is shown for all the child tables of sn_hr_core_case.
But since the customer has enabled the sn_hr_core_case_global_mobility COE, the cxs_table_config record for the COE has to be added (which the customer did) and map the record in the Table config property of the Agent Assist component.
Navigate to: UI Builder -- HR Agent Workspace -- "Record" page -- "Case" variant -- Contextual sidebar -- Agent Assist default:
1. Added the config map to the table "sn_hr_core_case_global_mobility" in the scripted property "Table config" of the Agent Assist default variant.
Added "sn_hr_core_case_global_mobility": "53f1d72097b691505721769e2153afb3" to the "tableNameSysIdMap" const variable.
Notes on the customer implementation:
1. The config properties isNewRecord, fields, sysId, and table are missing bindings in the body of the "Agent Assist Global Mobility" variant.
2. The screen condition used for the "Agent Assist Global Mobility" is expected to show the variant for the "sn_hr_core_case_global_mobility" case record.
The screen condition added to the "Agent Assist Global Mobility" variant is "table=sn_hr_core_case_global_mobility". Only the required parameters to the page can be used in screen condition and the "table" is not a required parameter of the "Agent Assist page".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2023 03:44 AM
Hi Charlie,
Thanks for sharing above steps in detailed way. It worked for me.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2023 07:18 AM
Hi Charlie Hudson, would you please provide more details how you got this fixed?
I found the "Agent Assist default" in UI Builder.
Added the new table name and SysID to the scripted "Table Config" which we can access from backend easier, in case of "HR Agent Workspace":
So what else is needed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2023 03:10 AM
Hello,
Did you find resolution for it.
I am also facing same issue.
Can you please suggest regarding the resolution if found, it would be very helpful.
Regards,