Permissions and Operational Behavior
How does permissions and Operational behavior work together.
Does RTC look at the permissions set for the role and then look at what operational Behavior is set for the role?
So for example if you set a role A to be able to modify an attribute but you have also set the Operational Behavior that the same attribute is read-only for everyone but Role B. Would Role A still be able to modify the attribute based on permissions?
One answer
With respect to RTC and permissions and operational behavior.
- If the user has no permission, an operation is not performed.
- If the user has permission, then the operational behavior can act upon the operation
See https://jazz.net/library/article/291 and https://jazz.net/library/article/292 for more details.
Comments
Please note that operational behavior - advisors/preconditions - typically enforce a process which means they limit what a user can do even if they have the permission. So your example, even if the user has permission to change the attribute, if it is made read only, he can't change it in that situation.