Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

You can map fields to control which fields in GSuite get synced to which fields in Salesforce, and vice versa.

Step-by-step guide

Follow these steps to set up a field mapping between Outlook and Salesforce.

  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 .

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

Make sure the data types match of both the Outlook and the Salesforce field.

  • No labels