Question

Permission set revoke single CRUD

  • 25 September 2023
  • 1 reply
  • 66 views

Userlevel 4
Badge +8

We have a need for revoking the possibility to create New and Delete, but allow for Update of a record. The example is for the Purchase requisition lines projection in IFS Cloud, 23R1.

The Update and Delete are bundled together, so it is not possible to give one and not the other. Is there another way of doing this?

 


1 reply

Userlevel 2
Badge +6

Hi @Malin Norgren 

I believe this is not possible, CUD operations are coupled together as one entity action in the entity actions grants page as you have also highlighted. Therefore it’s not possible to revoke or grant a single CUD operation from an entity. instead you can either revoke all CUD operations or grant all CUD operations of a single entity at once. Best way to do is to introduce a new action for the update operation that’s required and then grant that action to the user.

Please refer - https://docs.ifs.com/techdocs/23r1/030_administration/010_security/020_permission_sets/023_permission_set_projection_grants/#projection_grants_overview

Reply