Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to retrieive SI_MAIL_ADDRESSES

Status
Not open for further replies.

sasa888

Programmer
Oct 15, 2001
131
US
Hi all, I would like to know if there is a way just to retrieve this field from InfoObject? Thanks!
 
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

I hope this helps...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top