Is there any way to create 30+ user with same groups and ACL name in one shot?
I have tried using DQL and make script, but even that doesn't run in one shot in Documentum DQL editor.
Does anyone has any simpler way to create users in Documentum aplication?
Use java to loop over some dfc code like this :
also, you could use a tool like Qit : Qit by Qtree
You can develop your own plugins, I am currently developing one to duplicate a user. These plugins will appear on the website soon.