Create Consent Types (Salesforce Lightning)
Overview
is a package object. s are not configured by default but instead each configures their own, according to local requirements and business needs.
is one of the types of consent that you can create. According to , if two types of consent are requested in a single email but one of the consent types is declined, the refused consent overrules the approved consent on the other type. In such cases, consent has not been given so we recommend sending separate emails for each type of consent.
Create
sFollow these steps to create new Contacts.
- Navigate to the Object.
- Click New.
- Enter Name, Email Body, and Language.
- Choose if this will be the Default.

Admin Note:
To make sure thecandidates, update these two Contact fields as part of the initial implementation and every time you add or remove a or change the name of an existing one.
TR1__Consent_Types__c
- The values in this multi-select picklist should correspond to the names of the s in use in the
TR1__Consent_Type_Response_Status__c
- The values in this multi-select picklist should correspond to the names of the s in use in the along with the Response Status. These are case sensistive. For example:
- ConsentType1 - Not Responded
ConsentType1 - I Consent
ConsentType1 - I do not Consent - ConsentType2 - Not Responded etc...
Was this helpful?