Hi there,
My team is trying to create a Consultation role (CONSULTA) that only allows users to read information on the different screens of FSM without editing anything. Therefore, we would like to prevent tasks from being dragged to the board on the scheduleboard screen, and thus assigned. We have already tried to set the functions, in the role, associated with the scheduleboard to read only (picture below):
But we are still able to drag and assign tasks.
In addition, as an alternative, we have also tried to create a validation business rule that triggers an error message when someone with a Consultation user role tries to assign a task on the scheduleboard (picture below):
However, this rule is also not working, because when we have more than one role associated with a user (For example, in this case the consultation role and team roles), the person_role.user_role input is only selecting one of these roles to use in the condition, so the rule does not work as it should for certain cases.
Does anyone know how to solve this problems?