Enable or Disable features using SDF

Create a new project in the VS code. Import the features.xml file to the ‘AccountConfiguration’ folder. (You can manually add the ‘features.xml’ file to the AccountConfiguration if it is not available. validate the project against the target account and if there is no issues, deploy them into the new account. Below added the sample content… Continue reading Enable or Disable features using SDF

Deploy Features using VS code

To deploy the ‘Enable Features’ using VS codes, follow the steps Created a new VS code project. Create an XML file that contains the features. The features are provided in the <feature> </feature> tags with the <id> and the <status>. If the status is Enabled, then the checkbox for that particular feature will be checked… Continue reading Deploy Features using VS code