On the InvoiceApproval Flow when a user takes the Reassign Action I'd like to have a window pop up and ask what level they want to reassign it to. But I cannot get the LPL to work for me.
Is this possible?
I know it is getting to the LPL code because if I add "action comment required" - it brings up the standard action code comment window. But I cannot get it to pop up a window with Routing Code, Reassign to Approval Level, and Comment.
This is what I'm trying:
PflowReassignApprover is an Instance Action
default label is untranslatable:"Reassign Approver"
valid when (ReassignApproverValid)
Parameters
PrmRoutingCode is a InvoiceRoutingCode
PrmReassignToApprovalLevel is an InvoiceRoutingCodeResource
PrmComment is Alpha size up to 100
Parameter Rules
PrmComment required
PrmReassignToApprovalLevel required
PrmRoutingCode
initial value is RoutingCode
Entrance Rules
constraint (PrmReassignToApprovalLevel not entered)
"CannotReassign;EnterReassignmentInformationBelow"
Action Rules
LastApprovalComment = PrmComment
ReassignToApprovalLevel = PrmReassignToApprovalLevel.ApprovalLevel
Thanks,
Pam