Hello Harsha, This was the scenario based question asked in recent interview.. Display the list of Workbaskets available in your application in Dropdown, and based on selection display the list of WorkObjects in that work basket in UI.
@HarshaTrainingsacademy2 жыл бұрын
Hi, it's very easy... Create report data-admin-workbasket class to fetch list of work baskets there...use this report as source of dropdown On change of workbasket name , take the value and pass it a parameter to another report loading with table layout... This second report to query pcassignworkbasket table with pxassignedoperstorid = param value Then it will display the required assignedments
@Pink-wg4mx2 жыл бұрын
How to create a case from email parse a mail and create a workobject with the field values autopopulated provided in the mail
@HarshaTrainingsacademy2 жыл бұрын
Hi Pink, we can do it by using email listener and service email rule... We have a video in our channel on the same with full practical... Pls check once... Happy learning
@Pink-wg4mx2 жыл бұрын
Hello Sir, How to delete mail notifications in pega Db sent from a case after 1 month ?
@HarshaTrainingsacademy2 жыл бұрын
Hi Pink, this can be done by using an agent... We can create one advanced agent which queries the respective table and deleted all the records of last month... Happy learning...
@Pink-wg4mx2 жыл бұрын
How to commit a process after wait?
@HarshaTrainingsacademy2 жыл бұрын
Hi Pink, in a process flow, after the Work object is released from the Wait share. PRPC performs auto commit.There is no need to use explicit commit...