Skip to main content

Posts

Showing posts from September, 2019

Create Salesforce DX Project using VisualStudio Code and Salesforce DX

This blog covers a quick starter guide to setup a Salesforce DX Project using Visual Studio Code. It also provides some good links to take this topic further on. Topics Covered What is VSCode with Salesforce DX Extension Pack? How to create a Salesforce Project using DX? Authenticate Project with and existing Org Understand Source Directory Structure Open linked Salesforce Environment through VSCode Question: What is Salesforce DX? Answer : Salesforce DX stands for Developer Experience which provides a new way to Manage Apps and Development of Code in Salesforce. At its core, it implements the idea of Source Driven Development, where developers would not have to login into Salesforce environment for their development. It is a Command Line Interface (CLI) tool. Salesforce DX Developer Guide Salesforce DX Product Site Question:  How is Salesforce DX Project structure different from Classic Project Structure? Answer : Projects created through DX has more granular handl