Question

Record permissions; each user to ONLY delete their own created records

Hi,

 

How is it possible to set only the author of the record to be able to delete their record? Beside the roles that are mentioned in the operation permissions, for example System admin.

 

Thanks,

Like 0

Like

3 comments
Best reply

Kavian Abhari,



Yes, you are correct, you can use this.

And if you remove everything from the Record Permissions, by default all rights will be given to the person, who creates the record and System Administrator.

Also, you will need to create a business process to give read/edit rights to all other users as they will not be able to perform these actions using the logic above.

I'm sorry if I misunderstood you, I thought that you do not wish to use Permissions at all.

You can check this article for more information:



https://academy.creatio.com/docs/user/setup_and_administration/user_and…



Best Regards,

Ivanna

Dear Kavian,



If you do not wish to go with Operation Permissions, you can debug onDelete method logic in GridUtilitiesV2 schema.

You need to replace it with your own custom logic.

Unfortunately, your business task can be performed using our base tools.



Best Regards,

Ivanna

Ivanna Yatsura,

Thanks. But not even by using "Record permissions"? 

In the picture below, doesn't it mean that each employee can delete the record that they created?

Kavian Abhari,



Yes, you are correct, you can use this.

And if you remove everything from the Record Permissions, by default all rights will be given to the person, who creates the record and System Administrator.

Also, you will need to create a business process to give read/edit rights to all other users as they will not be able to perform these actions using the logic above.

I'm sorry if I misunderstood you, I thought that you do not wish to use Permissions at all.

You can check this article for more information:



https://academy.creatio.com/docs/user/setup_and_administration/user_and…



Best Regards,

Ivanna

Show all comments