Versions Compared

Key

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

...

  1. Go to setup and find Custom Metadata Types.

  2. Find Sync Field Mapping and click Manage Records next to it.

  3. Click New and fill out the form.

  4. Enter the Label and the Sync Field Mapping Name.

  5. For the sObject Type, choose Reservation.

  6. For sObject Field, choose a field on Reservation. Make sure this is a field that is writable (so not a formula field for instance).

  7. For the API Field, enter a reference to the field in GSuite. For a list of which GSuite fields can be referenced, see: https://developers.google.com/calendar/v3/reference/events and scroll down to the Properties list .

Info

You can reference cross object fields from the Outlook response in the API Field with a dot notation, such as recipient.emailAddress

...