Question
Checking if a Operator ID already exists
Hello,
I'm using an activity to create some operator accounts programatically (using Obj-Open), which means that it's up to me to check whether the operator account names (IDs) I use are taken of not (otherwise, Obj-Open might open an existing account rather than create a new one). Unfortunately, I'm not sure how to do this. Is there a list/page list of all operator accounts on the system that I can compare against, or something similar?
Thanks,
Matt K
***Updated by Moderator: Marissa to update categories***
Hello Matt,
I ran a trace of an attempt to create a duplicate Operator ID manually (via the ruleform), and it showed that we use the OOTB CheckDuplicates activity to see if an operator ID already exists in the system. You might be able to leverage, or mimic, that activity.
Hope this helps!
-Kurt