Skip to main content

Return to TX Community

Liaison

Using the Next Event Trigger with the Affilitations Object (HEDA/EDA)

The Next Event Trigger populates the Account object. Using the EDA Affiliation object, you'll want to use this info differently. You can bring the Next Event info to the Account record and into the Affiliation object to report and email students about upcoming events.

Step 1: Create a Formula field on the Affiliations object

  1. Select Setup and select Object Manager.
  2. Select the Affiliation object.
  3. Under Custom Fields & Relationships, select New.
  4. For the Data Type, select Formula.
  5. Select Next.
  6. Enter a Field Label and Field Name, such as 'Next Event.'
  7. For Formula Return Type,  Choose Text.
  8. Select Next.
  9. On the Advanced Formula tab, enter your formula:
  • Click Insert Field
  • Click the Organization object
  • Select the Next Event field
  • Click Insert
  1. Select Next.
  2. Configure the Field-Level Security that should apply to the field.
  3. Indicate the Page Layout(s) that should include the field.
  4. Select the Treat blank fields as blank setting.
  5. Select Save.
  6. Repeat the above steps for the other Next Event Trigger fields:
  • Next Event Date
  • Next Event Date Time
  • Next Event Time

Step 2: Create a new Report Type

  1. Navigate to Setup and search for report Types.
  2. Click New Custom Report Type.
  3. Select Contacts as the Primary Object.
  4. Enter a report Type Label, such as 'Next Events Report.'
  5. Click the Tab button to generate the Report Type Name.
  6. Enter a Description.
  7. Select the Store in Category.
  8. Select Deployed.
  9. Click Next.
  10. Click the Click to relate another object link.
  11. Select Affiliated Accounts.
  12. Save your changes.

Step 3: Create Report

  1. Navigate to your Reports tab.
  2. Click the New Report button.
  3. Select the Report Type you created above and select Create.
  4. Select Report Format and Columns you wish to display.
  5. Suggested fields:
  • Account Name
  • Full Name
  • Next Event
  • Next Event Date Time
  1. Add Filter criteria.

Notes:

  • You may want to include a filter where  Status = Current since you could have several schools (but it wouldn't be their current school).
  • Sample filter criteria:

EDA Filter logic example

  1. Save your changes.
  • Was this article helpful?