Question
unable to use obj-open
Hi, all
I am required to create activity which create user account automatically.
I tried to use email address as pyUserIdentifier in Obj-open to check if potential new account is already existed of not....
Then I face the following error in tracer and unable to create account...
Unable to open an instance using the given inputs: pxObjClass = "Data-Admin-Operator-ID", pyUserIdentifier = "John.Smith@pega.com"
May I have any advice??
I look forward to your reply.
Best regards,
Yuki
Hi
So your pyUserIdentifier should be the operator id and not the email address.
Also if the purpose is just to check if operator id exist, then better to do it via Obj-Browse rather than opening the whole record with Obj-Open.
Regards
Bhavya