- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I am unable to find "Summary Report" UI action (which containe Employee Relation out of the box templates) after creating Employee Relation Case on HR Agent Workspace?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
What configuration steps have you taken? Have you installed Document Templates?
I see out of the box the UI Action's condition is gs.getUserID()==current.assigned_to && current.canWrite() && gs.hasRole('sn_hr_er.case_writer') && !(new er_SecurityUtils().isOpenedForOrSubjectPerson(current))
Does your use case pass this condition?
I also see that out of the box in the UI Action the checkboxes "Workspace Form Button" and "Workspace Form Menu" are unchecked, have you tried using these?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @SnehaS895807473 ,
Could you please check condition of the UI action "Summary Report" in Employee Relation table that satisfies ?
Also you can remove the condition from UI action and mark check UI Action the checkboxes "Workspace Form Button" and "Workspace Form Menu" and see the result.
Please try an above approach.
Please mark helpful and correct answer if it's worthy for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- In HR Agent Workspace, the “Summary Report” for Employee Relations is implemented as a UX Client Action and is configured via sys_ux_form_action_layout / Action Layout Items, not as a classic UI Action.
- To make the Summary Report button visible in HR Agent Workspace, ensure that the Document Templates plugin (sn_doc) is active. If the plugin is inactive, the action will not appear even if it is correctly configured in the workspace layout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
What configuration steps have you taken? Have you installed Document Templates?
I see out of the box the UI Action's condition is gs.getUserID()==current.assigned_to && current.canWrite() && gs.hasRole('sn_hr_er.case_writer') && !(new er_SecurityUtils().isOpenedForOrSubjectPerson(current))
Does your use case pass this condition?
I also see that out of the box in the UI Action the checkboxes "Workspace Form Button" and "Workspace Form Menu" are unchecked, have you tried using these?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @SnehaS895807473 ,
Could you please check condition of the UI action "Summary Report" in Employee Relation table that satisfies ?
Also you can remove the condition from UI action and mark check UI Action the checkboxes "Workspace Form Button" and "Workspace Form Menu" and see the result.
Please try an above approach.
Please mark helpful and correct answer if it's worthy for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- In HR Agent Workspace, the “Summary Report” for Employee Relations is implemented as a UX Client Action and is configured via sys_ux_form_action_layout / Action Layout Items, not as a classic UI Action.
- To make the Summary Report button visible in HR Agent Workspace, ensure that the Document Templates plugin (sn_doc) is active. If the plugin is inactive, the action will not appear even if it is correctly configured in the workspace layout.

