Editing Medical Events and Attendees in Lightning

Lightning-enabled orgs have access to a dedicated experience on the Browser (Lightning) platform, enabling the use of Salesforce’s enhanced Lightning UI. Admins in orgs that use the Lightning UI with Medical Events must enable additional overrides and Apex classes to enable editing Medical_Event_vod and Event_Attendee_vod records.

To enable this functionality:

  1. Grant users access to the EMRedirectController Apex class.
  2. Navigate to the Buttons, Links, and Actions page on the Medical_Event_vod object.
  3. Edit the Edit button.
  4. Set the Lightning Experience override to the c:veevaMedicalEventEditOverrride Lightning Component.
  5. Select Save.
  6. Navigate to the Buttons, Links, and Actions page on the Event_Attendee_vod object.
  7. Edit the Edit button.
  8. Set the Lightning Experience override to the c:veevaEventAttendeeEditOverride Lightning Component.