What actions can each role perform?
As well as defining which modules each role can see, in Sesame, you can also control access to specific fields within those modules. This allows you to build a truly precise configuration, not just "can view the employee profile", but "can view the profile, but not the salary".
How does this work in practice? Imagine you have two roles: "Team Manager" and "HR Director". Both can access the employee profile, but only the HR Director can view and edit the salary field. The Team Manager will see the full profile, except for that piece of data.
For each field in each Sesame module, you can assign one of these 3 levels:
- No module access: the user has no access to the module and therefore to any of its fields.
- Read: the user can view the field but cannot edit it.
- Write: the user can view and edit the field.
