
2 respostas

I used the below
AND(
$UserRole.Name <> "Performance Consultant",
$UserRole.Name <> "System Administrator",
$UserRole.Name <> "Implementation Support",
$UserRole.Name <> "Director of Customer Performance",
TEXT(Implementation) = "Closed"
)
I get the error message "Error: Field Implementation does not exist. Check spelling." I am trying to specify that the above roles can only close a case that has a type=implementation.
Please advise what I am doing incorrectly.