Hello !
We are using CE 10.
We have lot of reports that we schedule and email.
Now the customer are going to change email-addresses.
How do the query looks like that I can use in the CSP Query Builder to find all objects with mailadresses that ends with '@.yyy.com' ?
SELECT
* FROM CI_INFOOBJECTS WHERE SI_PROGID = 'CrystalEnterprise.Report' and ?????
I can se that the information can be found under SI_DESTINATION and SI_ALERT_DESTINATION (SI_MAIL_ADDRESSES),
but I don´t know how to write the query.
Thanks
Goran
We are using CE 10.
We have lot of reports that we schedule and email.
Now the customer are going to change email-addresses.
How do the query looks like that I can use in the CSP Query Builder to find all objects with mailadresses that ends with '@.yyy.com' ?
SELECT
* FROM CI_INFOOBJECTS WHERE SI_PROGID = 'CrystalEnterprise.Report' and ?????
I can se that the information can be found under SI_DESTINATION and SI_ALERT_DESTINATION (SI_MAIL_ADDRESSES),
but I don´t know how to write the query.
Thanks
Goran