To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Change Assignment: Approval Rule failing always with following conditions
Summary:
Line Manager is initiating Change Assignment Process; Below is the rule definition which is failing always.
Rule Name | : | LM_CURLM_NEW |
---|---|---|
Rule Condition | : | Task is a Task && Lists is a Lists && RequestorDetails is a RequestorDetails && Requestor's Role Details is a Requestor's Role Details && ( RequestorDetails.username == GetManager("LINE_MANAGER",Task.payload.Worker's Current Assignment.result.Assignment Supervisor) ) && ( GetManager("LINE_MANAGER",Task.payload.Worker's Current Assignment.result.Assignment Supervisor) == GetManager("LINE_MANAGER",Task.payload.Worker's Proposed Assignment.result.Assignment Supervisor) ) |
Rule Component | : | [RequestorDetails.username, GetManager("LINE_MANAGER",Task.payload.Worker's Current Assignment.result.Assignment Supervisor), GetManager("LINE_MANAGER",Task.payload.Worker's Proposed Assignment.result.Assignment Supervisor)] |