How to bypass sn_si.external role restriction on group table

Maddysunil
Kilo Sage

Hello everyone 

I have a catalog form where we have group name, existing group type, and new group type to be updated .All the implementation is done and it is working fine and group type is being updated dynamically.

 

My issues is for some specific groups which have sn_si.external role those group type is not being updated.When we analayzed we got to know that in order to updated group type field on those groups users should have sn_si.admin role.

but we dont want to grant this role to user, How can we bypass this so that group type should be updated.

 

Any help will be much appreciated!

1 REPLY 1

Tony Chatfield1
Kilo Patron

Hi, if this is an ACL restriction then you should be able to add an ACL to allow write access (for the role) to the field involved. My question would be why are external users updating group types, when this may impact platform functionality? Is this not an operational risk?