I am receiving this LPL error for a reason code using HR Talent. Does anyone understand how to resolve it?
You have already set the reason code required in line number 4. You can remove line 14.
Hi - some more context for you. We have a form with a button that is invoking this RequestAction as an exit rule and we are passing the parameter values over as part of it. These values aren't being input by the user on the front end.
When we click the button as the user we are receiving this error:
"SetRule: invokeParameter not found: PWWIntiatorToWorkAssignmentRel:WorkAssignment_reason_code"
Previously we had been receiving the same error for:
"WorkAssignment_effective_date" and "WorkAssignment_action_comment".
When we added the effective date and action comments as parameters, and passed the values over in the exit rule, the errors went away one-by-one.
The assumption was that we needed to add the WorkAssignment_reason_code as a parameter and pass the value over as part of the exit rule, which is when we encountered this error on the action parameter. Even if the reason code is not required, we are still receiving this error on the front end.
This is what allowed me to bypass that error message I was receiving so that the form in the Task Inbasket to pre-populate with the action reason code.