Bulk Operator Creation

There is requirement to create 1500 profile(Operator id’s) in Pega
Can any one guide me how to create ?

@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

Hi @SudalaimuthuT16770078

Please go through below Pega discussion about How to build Operator ID bulk insert function

I hope this will help you.

Thanks,

Ashok