- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 04:32 PM - edited 03-19-2025 04:47 PM
I am not sure what I did wrong here.
We created a new HR service and record producer to go along with it. it all looks setup similar to others that all use the sn_hr_core_workforce_admin table. The problem is with the cases created with this new record producer/service, the users assigned to the case are not able to modify anything, it is as it is all read only. Any other record producer/service that submits to the same table is fine.
What did I miss with this new producer/service that is stopping this from working? The users have roles that are in the ACLs for the workforce table.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2025 06:31 AM - edited 03-21-2025 06:33 AM
I figured it out...it took a while....
Center of Excellence security, or in the menu its "COE Security Configuration". There was no security option setup in the COE for the new service to allow write to the table through the case. Once one was created with the appriopriate groups with write access, it worked as it should.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 04:36 PM
Hi @bigbacon,
Is it the same for admins? Did you check if any ACL is blocking the write access? Client script or UI Policies?
Could you share some screenshots?
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 04:38 PM - edited 03-19-2025 04:45 PM
No admins like myself can modity the cases. Its as if just cases from this record producer are affected. Others that all touch the same underlying table and the parent sn_hr_core_case table are fine.
I'm not sure what screen shots to send you. Is there a way to turn on a debugger to see maybe what is missing or causing this while impersonating a user?
I would assume if an ACL was blocking write access to the case, it would be across all cases that touch those tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 04:45 PM
What happens to the cases created directly on the table with the same users?
Please Debug Security Rules and share the results. For a better results, you can clear the logs when debugging impersonate and refresh an affected case.
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 04:51 PM
The other odd thing is, in our dev and test instance, it is fine.