You can use Query Builder application, which can be found on the User Launchpad under Client Samples. This query pulls email addresses from the CMS database and will display the email address of Crystal Enterprise users.
SELECT SI_EMAIL_ADDRESS FROM CI_SYSTEMOBJECTS
WHERE SI_PROGID ='CrystalEnterprise.User'
You can add these fields to the SQL to pull more user information: SI_NAME, SI_USERFULLNAME, SI_DESCRIPTION
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.