Question

Default owner should not get delegation rights

Hi,

By Default the record author gets all rights including delegation rights and delete rights. I have a requirement where only manager can delegate and delete the record.

 

Please help me achieve this functionality

Like 0

Like

2 comments

Hello Nagaraju, 



You can create a simple business process which would start upon the signal gets triggered when the new record is added to the section. 

Next element in the flow should be a read data element which would read data from the created record.



Following after that "Modify access rights" element where you will be able to indicate rights needs to be removed for the author and rights which have to be granted for the needed manager or role.

Here you need to add filter condition for the record where record Id will be equal to Id of the created record. 

Please see this screenshot: 







Don't forget to add the terminate event in the end of the process's flow. 



Kind regards,

Roman





 

Roman Brown,

 

Thank you, It worked.

Show all comments