New record producer, assigned users are not able to edit the case

bigbacon
Giga Guru

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. 

1 ACCEPTED SOLUTION

bigbacon
Giga Guru

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.

View solution in original post

13 REPLIES 13

It smells like an ACL


If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.

If it is an ACL, what do I look for? It seems to be tied then to a table + HR service/Record Producer. 

@bigbacon,

 

Have you tried debugging the ACLs?


If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.

the debugger shows so much data I don't even know where to start trying to look through it.

@bigbacon,

 

While impersonating and being on an affected record. Please click on "Clear log"

MediC_0-1742431064699.png

You should then have an empty page. Then refresh the record page. And check the transaction with the blocked icon:

MediC_1-1742431156633.png

 

You can try filtering CTRL + f and look for "write" to highlight these ACLs

 

 


If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.