Filtering out email addresses that are "Invalid" or "Opted Out"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MatLudlam
    Senior Member
    • Aug 2016
    • 288

    Filtering out email addresses that are "Invalid" or "Opted Out"

    Hi, I am trying to write a report (which I will export later) where I filter out the email addresses that are either "Opted Out" or "Invalid".

    I don't really mind if the entire record is skipped, or if the email address comes through as empty.

    Is it possible to do this?

    I have looked in the obvious places but cannot find it.

    Thanks.

    PS - I am using the hosted version so on V4.4.1
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello

    The report also can be programmed.
    Leads by Last Activity report is defined in code. There are a path application/Espo/Modules/Advanced/Reports/LeadsByLastActivity.php , if you have Advanced Pack

    Comment

    • MatLudlam
      Senior Member
      • Aug 2016
      • 288

      #3
      Thanks for the quick response. As I am using the hosted version I cannot easily write my own report.

      Can I convert this to an enhancement request then ... can I have access to the "Opted Out" and "Invalid" properties of an email address for filtering and displaying?

      Thanks

      Comment

      Working...