How to enable Allow Users to Relate Multiple Contacts to Tasks and Events (SharedActivities) during scratch org creation

In this blog post we will see how to enable Allow Users to Relate Multiple Contacts to Tasks and Events setting while creating the scratch org. update the project-scratch-def.json file as below {   “orgName”: “Demo company”,   “edition”: “Developer”,   “features”: [     “EnableSetPasswordInApi”,     “SharedActivities”   ],   “settings”: {     “lightningExperienceSettings”: {       “enableS1DesktopEnabled”: true     },     “mobileSettings”: {       “enableS1EncryptedStoragePref2”: false     }   } } We need to include SharedActivities feature in …

Continue reading