Hello, I am trying to add a constraint on an Entrance rule for the ChangePayRate action with HR Talent. The intent behind the rule is; when someone submits a Pay Rate Change on a Work Assignment that is not active, it will give them the error that Work Assignment is Inactive. I have tried writing the rule several different ways and it continues to allow me to submit it. Below are some examples of the syntax I have tried. I'm assuming it something simple I'm missing.
ChangePayRate is an ActionOverride
effective date required
Entrance Rules
constraint (Active = "false")
"WorkAssignmentIsInactive"
ChangePayRate is an ActionOverride
effective date required
Entrance Rules
constraint (not Active)
"WorkAssignmentIsInactive"