Custom Privileges

Is there a way we can create custom privileges. For example, we would like a user to access the task app only to view but not edit. Similarly for other apps.

On the backend, that’s quite easy to do (add another privilege type and insert it) - however this would need to be applied to the REST API’s and UI logic. You’d need to take the code of the apps and change it, if you want that.

Hi @joram ,
Could you please share or point me to any documentation of what needs to be changed and where?