Question
DXC Technology Company
FR
Last activity: 11 Apr 2018 1:36 EDT
Bulk User Creation
Hi,
I am trying to import bulk users in PEGA via excel sheet.
I was successfully able to follow https://pdn.pega.com/configuring-application-bulk-upload-data-using-excel-spreadsheet link although its not 100% right as the MSOFileTransferButtons are old now and has bugs for the import. I used the FilePath Control for uploading. I am able to get the user details from the excel sheet to a new StepPage which is visible in the Clipboard.
My question is how do i create an operator in PEGA with the help of this information as i am new to pega i m not fully aware of the processes activity or methods to call to create the operator in pega and also how to handle this data from the step page with the values.
NewOperator.pxResults(1)
pyUserIdentifier = "foo"
pyUserName = "foofoo"
pyTelephone = 123456789
Your help will be very much appreciated.
Thanks a lot in advance !
Regards,
Rohit