Question
Frontier Communications
US
Last activity: 2 Jun 2018 5:35 EDT
Bulk Create Operator ID
What is the best way to create 7000 operator ID?
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Bank of America
IN
operator information can be placed into csv file and load the file through listener. call the OOTB activity Data-Admin-Operator-ID.CreateOperator (passing the required parameter values) from the service file activity.
-
Su Zhu
Tech Mahindra
IN
If it is an Incremental Order then you can loop it upto 7000 using Param.pyForEachCount as your Operator ID.
But if you have a Sheet then you can use the service file or the OOTB Activity(pxUploadCSVResults) to upload the CSV file to create the operator records accordingly.
Frontier Communications
US
Could you please demonstrate step for this task?
Pegasystems Inc.
IN
Hi,
The below article helps you in creating the file listener. You can use your file with operators details as an input for this and create operators.
https://community.pega.com/integration/how-to-set-up-a-file-service-and-file-listener
Regards,
Santhosh
capgemini
AU
If not through File listner , you can have a control in UI : "FilePath" on click of which you need to select a CSV file.
After the file has been chosen You need to run post activity where you have to set the file path, then you need to parse the file, and create the page list in clipboard, after that you need to compare the same with model operator and create the same .
TAL
AU
There are several ways.
Read the below article, it shows how you can create a simple UI , Excel template and an Activity to get the job done.
https://docs-previous.pega.com/configuring-application-bulk-upload-data-using-excel-spreadsheet
Also there us an exchange component
https://pdn.pega.com/community/pega-exchange/bulk-operator-load-for-process-commander
Coforge DPA
IN
Hi Larry,
I would like to understand why you want 7k operator to be created in one go, because if you are sso they should be created at login through Authentication service and other option I can suggest is register in order to create your operator by providing basic details that can be either using guest user/unauthenticated user provide basic details and register.
Thanks,
Naresh.
Coforge DPA
GB
Hi Larry
The best way would be to have a a CSV file with relevant details and create a utility in Pega to read the file and create operators using a Model Operator.