Hi,
inside my stage , I have a collection information step follow by a send email step. May I know which property should I use to add in the user name who submit the collection information step into the email?
thanks!
Hi,
inside my stage , I have a collection information step follow by a send email step. May I know which property should I use to add in the user name who submit the collection information step into the email?
thanks!
@WeiPingT Use pxRequestor.pxUserName or pxUpdateOpName
@WeiPingT Hi, make use of “pxUpdateOperator” or “pxUpdateOpName”.
Pega will maintain the logged in profile information in OperatorID page.
This page will be avail under system pages. You can make use OperatorID for getting user information while sending mail..
If OperatorID page we will have all information which is getting maintained in logged-in user operator profile. This page will get created by pega itself, no need to have any explicit logic for populating information.
Hi @WeiPingT , As i understood it correctly you have a Send Email Step in one of the process of the stage and you have to include the Operator name who completed the assignment previous to that of the Send Email shape .
Primary.StageCompletedUser==OperatorID.pyUserName
2)Use this property in the correspondence rule you have configured for the Send Email shape.
for eg : Stage completed user is : <<Primary.StageCompletedUser>>
Hi all to update on the solution , the pxUpdateOperator won’t work in this case because the my email is inside the same stage as the information collection step. And the solution is pxRequestor.pxUserName which able to give the name of complete the information collection step .