Question
Pegasystems Inc.
IN
Last activity: 24 Dec 2018 1:27 EST
Creating Operator ID dynamically
HI,
Can anyone help me with creating Operator ID automatically whenever the user enters the details such as username and password while registration?
So that with the credentials he entered should become the operator id and password.
***Edited by Moderator: Pallavi to update platform capability tags***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
FR
Hello,
Are you talking about the same sort of creation as per this discussion: https://collaborate.pega.com/question/automated-operator-creation-after-ldap-authentication
Pegasystems Inc.
IN
Pegasystems Inc.
PL
You didn't specify what type of authentication you are using, but if it's OIDC, then you can take advantage of Operator Provisioning feature which does what you need. It creates operator record for the end-user who logs in for the first time. You can configure how the operator id is created and even specify a model operator which serves as a template for all the newly created ones. Really cool feature.
Pegasystems Inc.
IN
Pegasystems Inc.
PL
Take a look at step 2 in this article. It provides screenshot of the Authentication Service configuration section responsible for operator mapping and provisioning. The article is about OIDC (OpenID Connect) authentication, but the same functionality is available for SAML authentication.
Pegasystems Inc.
IN
Use Data-Admin-.pzCreateOperator activity to create operators
Virtusa
IN
Hi,
You can call a activity to create or save operator or you can customize pzCreateOperator activity.
Thanks
Accenture
IN
Pega has a default activity called AddNewOperatorRecord with which we can create new Operator ID and in order to avoid the errors while running the activity , we need to include pyOrganization , pyOrgDiv and pyOrgUnit as parameters and we can set these values with the help of Property Set method in the Activity.
-
GUNTHA SAKETH RAJAN
Capgemini Norge
NO
Hello Praneeth, Create a section to collect basic details from the user and Call CreateOperator activity on post-processing of the flow action.
Pass following required params to the activity.
Regards,
Durai Sankar
-
Ricky Abraham Suggu Kishore Reddy Moumita Dutta Brijesh Vanapalli
Pegasystems Inc.
IN
Thanks Durai Sankar
Pegasystems Inc.
IN
In the search area type Create-Operator and select the activity with the name as typed and saveas the activity with requires the class name.
Then call the activity in the FlowAction and fill Parameter values.
Now, When the user enters his details operator ID will be created.
-
AVEEK CHATTERJEE Swetha Nagaraju Ricky Abraham