Question
UAP-VSB ENGINEERING COLLEGE
UAP-VSB ENGINEERING COLLEGE
IN
UAP-VSB ENGINEERING COLLEGE
Posted: May 13, 2025
Last activity: May 20, 2025
Last activity: 20 May 2025 7:57 EDT
Closed
Solved
Bulk Operator Creation
There is requirement to create 1500 profile(Operator id's) in Pega
Can any one guide me how to create ?
Academy to General; update capability tags***
***Edited by Moderator Marije to change type from Pega Academy to Product; update capability tags***
To see attachments, please log in.
***Edited by Moderator Marije to change type from Pega Academy to Product; update capability tags***
@SudalaimuthuT16770078
create a data type and add your operator ids there also add a columns job Name
In above scenario create 5 job schedulers and insert the job scheduler names across the records now as per above criteria every 300 records will share same job scheduler name
create a report and add parameter as job name, while referring we will use the name same as the job scheduler name
create a utility and inside your utility you have to loop through the report definition results and call create operator activity, in case of failure update the status as fail.
post completion of the process , you can configure the run of job scheduler for failed records
Thanks,
Gayatri