Question
3
Replies
123
Views
Posted: June 25, 2020
Last activity: July 1, 2020
Solved
Operator Creation using activity
I have a requirement to create an operator by using the details entered in a case
For this, I had used CreateOperator activity which is a final rule
I Succeed in creating an operator for the given details Now I Want to add the profile picture Which is uploaded in the case
Hi Mohith,
The operator profile image in Pega is loaded from the image instances from /operatorimages/ filepath. when you upload a profile picture from the operator rule form, it will create a new instance in Data-Content-Image with /operatorimages/ file path and automatically update pyImageFileName, pyImageInsKey properties based on the pzInskey and filename on save of operator rule.
If you want to set an image based on the case attachment, Create an activity to do the following and call it after Operator creation activity.
The profile picture is set for the operator.
Good Luck! Let us know if you have any more queries!