I have a Task business rule that colours $C_CLZ_TeamTaskColor_CLZ based on $Tasktype.
This is set to run "Every time a record is created or edited" in certain projects. As I want to make sure any updates are caught.
However, if an e-mail user updates press on a task, I get the following error:
"An error occurred while executing action '1 - Update Field' in a configuration named 'Sets Team Board colour based on task type': User not authorized for operation Update on Desktop HTML/CSS by license type."
So I need to sort of criteria like
Not(CurrentUser().Licensed) - so that the rule will not run if a non-licensed user updates anything on the task.
Any hints?