Hello,
Currently, I have several transitions (released, released after modification) for rights, where user groups must correspond to the “RIGHT” variable of the file (ex: user group “A” + RIGHT variable “A”).
To simplify our workflow, can I have juste 2 transitions ("released" and "released after modification") with OR conditions.
For example :
If user group "A" AND the RIGHT variable "A" then "Released" transition is allowed
OR
If user group "B" AND the RIGHT variable "B" then "Released" transition is allowed
OR
If user group "C" AND the RIGHT variable "C" then "Released" transition is allowed
So, if the user group doesn't correspond to the variable RIGHT, then transitions are not allowed.
For example :
User group "A" AND the RIGHT variable "C" = "Released" transition is not allowed
I wanted to add some conditions
user group "A" AND the RIGHT variable "A"
OR
user group "B" AND the RIGHT variable "B"
OR
user group "C" AND the RIGHT variable "C"
But I can't get a user group into the right conditions.
What's the best way to get around this problem ? Create different categories (e.g. RIGHT variable "A" = categorie "A" ?)
However, I don't know how conflicts work if a file corresponds to different categories (e.g. Solidworks file = category “Solidworks”, Word file = category “Office document”).
Thank you in advance for your help