Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open a new record from the Message Sources service. 

    Message Sources Record 
  2. Enter a Name and Description for the message source.
  3. Enter the name of the entity for the message source in the Entity field.

    Note

    The entity you specify must have at least one field that uses the Email Extended Type. See Extended Attribute Fields for more information.

     

  4. Place a check mark in the Active box.
  5. To apply a filter to the entity, enter the text of the filter into the Auto Filter field.
    • The Auto Filter appends a WHERE clause to the Message Source SQL statement so you can target email recipients.
    • For example, to filter the view so that only those records with an email address are included in the bulk message, the Auto Filter is set to Email1 <> ' '.
    • If your organization uses the Exclude from Email check box on option on the Persons record to indicate that a person does not wish to receive email communications, you can enter a filter of EmailExclude=0 to automatically filter those people out of a message run.
      • EmailExclude is the field name in the Persons entity for the Exclude From Email check box option.
      • To combine multiple filters together, use standard operators. For example, to - filter out blank email addresses and people who have opted out of emails, enter Email1 <> ' ' AND EmailExclude=0 in the Auto Filter field.
         
  6. Save the record.
  7. Specify the appropriate Defining Messaging Fields.

...