Hi, Community!
We want to register around 40 Login per each person to use ARIS Business Developer.
But, this manual job is too diffcult to register one-by-one Login id and password.
Is there any idea to automate this problem something like "Login registration macro" ?
We need your clear soltuion of this issue as soons as possible.
Thanks for your help, in advance.
Deleted User on
Hello,
I had that problem in IT Architect. Maybe could write a report that imports user data from excel (or other source).
Basically I'm using the API function Database.CreateUser( String username, String password ) to create users. The (username, password) pairs are read from an excel file using the XlsWorkbook class functions.
Is this possible in in ABD?