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

What are Scratch Orgs? How to work with them?

In the previous blog post we have seen how we can work with data using Salesforce cli. There is so much we can do with tree commands, I will cover them in another blog post. Now we will talk about what are scratch orgs and how to work with them and how they can be …

Continue reading