The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Permanent Contact Notes/History Filter
Posted: 31 Jul 07 9:14 AM
|
Is there a way to code the Contact Notes/History tab to automatically filter the data?
What we are trying to do is filter out all of the marketing emails that are sent to all our contacts. What we might also want to do is add to 'Filter Options' a check box that says something like, "Show Marketing Emails'
Thanks, John G. |
|
|
|
Re: Permanent Contact Notes/History Filter
Posted: 31 Jul 07 11:24 AM
|
You should be able to just modify the grid’s base SQL query to exclude the marketing emails. Then your show marketing emails option should add/remove the criteria from the grid’s SQL query. |
|
|
| |
|
Re: Permanent Contact Notes/History Filter
Posted: 01 Aug 07 12:39 PM
|
Got it under control. Changed the SQL properties to exclude a specific UserID.
Next task: Add a check box to the filters section to turn the userid filter on and off.
John G. |
|
|
|