Salesforce Settings - gomeddo/js-sdk GitHub Wiki
GoMeddo System Settings
These setting can be accessed in the following way.
- Go to Setup
- Search for Custom Settings
- Click Manage next to System Setting
- If a setting with the name bellow already exist you can edit it. Otherwise you can click the new button to create it.
Boolean Settings
- B25LP_ALLOW_CONTACT_INSERT: Needs to be set to true to allow the sdk to create contact records.
- B25LP_ALLOW_LEAD_INSERT: Needs to be set to true to allow the sdk to create lead records.
- B25LP_ALLOW_SERVICE_RESERVATION_INSERT: Needs to be set to true to allow the sdk to create service reservations.
- B25LP_LINK_CONTACTS_USING_JUNCTIONS: When set to true contacts will be linked to the reservation using reservation contact records instead of through the contact lookup on reservation.
- B25LP_LINK_LEADS_USING_JUNCTIONS: When set to true leads will be linked to the reservation using reservation contact records instead of through the lead lookup on reservation.