Question
Last activity: 7 Jun 2019 1:42 EDT
BULK ACTIONS
Hi team
we have option have "bulk action".. it consist of three major options
.create/update/process.
can one explain what excatly they are about..
***Edited by Moderator: Pallavi to update platform capability tags***
Hello,
Well this just about Creating multiple cases in one single action. Same for Update and Process really.
Have a look in here maybe: https://community.pega.com/sites/default/files/help_v74/procomhelpmain.htm#case-management/case-manager-portal/bulk-actions/cm-processing-cases-in-bulk-tsk.htm
thanks for the support..
here i am facing issue with the update selection,even though i provide all information. update option always not visible..
Working fine on my side. What Pega version is it? And what browser type are you using?
i am using 7.4 version . and generally its google chrome
Still working on my side with 7.4 and Chrome. Can you try with an Out-Of-The-Box user like administrator@pega.com
Hi RajiReddy,
Initially PEGA disable Update button to avoid mistakes done by user. Based on the when condition "pyBulkUpdatePage.pzIsBulkUpdateGridEdited= false" PEGA disable the Update button.
To enable this Update button we make sure "pyBulkUpdatePage.pzIsBulkUpdateGridEdited" value should be "true".
To make the above value to "true", we have to provide the information in the corresponding case field and click on Tab button on the keyboard, so that an event will call in the section "pyBulkUpdate" and set the value "true" to the above Property using "pzBulkUpdatePostRowEditAction" activity.
PFA
Regards
Krishna
please help me out..