I would like to create automated deski report which I can schedule and result would give me:
userNameA;accountNameA;groupA;groupB…etc
userNameB;accountNameB;groupA;groupB…etc
…
etc
Right now I can get this info through query builder
SELECT SI_NAME, SI_ID, SI_USERGROUPS, SI_USERFULLNAME FROM CI_SYSTEMOBJECTS Where SI_KIND=‘User’
I dont think you can get them in one single query
Neither the query builder nor the VB macro link provided earlier will work since QB does not support subqueries etc
You may have to use CMS SDK to get the required info, search SDK forum for more details