Question
1
Replies
199
Views
Posted: June 30, 2020
Last activity: July 8, 2020
ReAssign Run Time error - Scalar query .pxFlow().pyConfirmationNote
I am trying to reassign a case from one operator to another and my tracer is throwing the following error.
Java Exception: java.lang.RuntimeException: Scalar query .pxFlow().pyConfirmationNote on page 'MAGAPage' of type 'MYCLASS' using 1 parameter(s) ([]).
My activity is below. Any insight would be appreciated.
In step 15 of Work- Reassign, I see a Property-Set-Special involving pyConfirmationNote. What is local.FlowName set to at that point?
local.FlowName = newAssignPage.pxFlowName
.pxFlow(local.FlowName).pyConfirmationNote = @replaceAll(.pxFlow(local.FlowName).pyConfirmationNote, .pxFlow(local.FlowName).pxRouteTo, newAssignPage.pxAssignedOperatorID)