- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2020 09:13 AM
Hi
The COE list is displaying only one of my COE configured, I've already checked 'COE configuration' and they are set as true. If I'm creating the case as admin I'm able to see the complete list.
As Admin
As HR user
Solved! Go to Solution.
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2020 11:45 AM
Hi Ricardo,
The way an ACL works it will look for a most specific rule it can find. If it finds any on that level it will evaluate them and if any match, the user is allowed. If it cannot find any Active ACL's on that level. It will just look at a higher level. For example a parent table. At the highest level it secures so only admin is allowed.
Hope this helps:
If your issue is solved, please mark answer as Correct to close the thread.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2020 09:17 AM
COE list is governed by below dictionary attribute
allow_public=true,base_start=true,tableChoicesScript=HRCoe,show_table_names_on_label=true
You need to look into HRCoe script include which controls showing of these choices.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2020 09:28 AM
The Script Include is working correctly as if I'm an admin it queries the correct COEs.
The 'sn_hr_core.inactive_tables' property has the correct values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2020 10:59 AM
Are there ACL's or COE ACL configurations set up? Might be that the HR user has limited access to other COE's?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2020 11:40 AM
Yes the issue was caused by an ACL that I set as inactive, the characteristics are:
type: record
Operation: read
Name: sn_hr_core_case
Requires role: sn_hr_core.case_reader
Condition: Assignment group.Secure? is false
I deactivated it to don't let users see cases assigned to groups that are not secure, I set it again as Active=true and that solved my issue with the COE list, but I'm not sure why this was affected.