Loading
Prepare for Email to Become the Default Login ExperienceRead More
Write-In Participant

Write-In Participant

Help users capture attendance of write-in participants who join the event in an ad hoc manner. Event Management helps users convert write-ins to attendees or non-profiled attendees based on the linked record type and reconciliation status.

Required Editions

Available in: Lightning Experience
Available in: Enterprise and Unlimited Editions with Life Sciences Cloud, Life Sciences Cloud for Customer Engagement Add-on license, and the Life Sciences Customer Engagement managed package.
User Permissions Needed
To add a related list for write-in attendees: Life Sciences Commercial Admin permission set

A write-in can already have a record in Salesforce (as an account), or can be a party profile, which represents an intermediate, non-profiled record that isn’t profiled as a standard account or contact yet. In either case, when the user adds the write-in as a participant, the system checks for the following things:

  • The associated record (account versus party profile)
  • The reconciliation outcome set by the user (completed profiled versus completed non-profiled)

If the write-in is linked to an Account record, and the user sets the Participant Party Reconciliation Status to Completed Profiled, the WriteInToAttendeeHandler trigger handler converts the participant’s ParticipantType from Write-In Attendee to Attendee.

If the write-in is non-profiled and is linked to a Party Profile record, and the user sets the Participant Party Reconciliation Status to Completed Non-Profiled, the WriteInToAttendeeHandler trigger handler converts the participant’s ParticipantType from Write-In Attendee to Non-Profiled Attendee.

The system doesn’t convert the write-in in the following cases.

  • A write-in linked to an account and the related Managed Event Participant record has a Participant Party Reconciliation Status of Completed Non-Profiled.
  • A write-in linked to a party profile and the related Managed Event Participant record has a Participant Party Reconciliation Status of Completed Profiled.
  • A write-in linked to any other object, such as User.
  • A write-in whose related Managed Event Participant record has a Participant Party Reconciliation Status of Pending Reconciliation.

Prerequisites for Write-In Participants

Configure the following Admin Console settings.

Write-In Participant Subject Compliance Check Actions Configure the action to be taken if a write-in participant’s subject compliance fails validation. The values you can specify are Block, Warn, and None.
Write-In Participant Restricted Product Check Actions Specify the action to be taken if a write-in participant is associated with products that are restricted for the event. The values you can select are Block, Warn, and None. If you don’t select an option, the system uses the default Warn option.

Make sure the following handlers are active.

  • WriteInToAttendeeHandler
  • WriteInToColleagueHandler2
  • WriteInToExpertHandler
 
Loading
Salesforce Help | Article