rodriggj / saleforce_dev

0 stars 0 forks source link

1. Project Setup #10

Open rodriggj opened 2 years ago

rodriggj commented 2 years ago

  1. Open VS Code
  2. Select View / Command Palette / SFDX: Create Project with Manifest
  3. Select Standard Project
  4. Provide your project a name CarHub
  5. Save manifest and project directory in root user folder
rodriggj commented 2 years ago

Now we need to connect the project to our Salesforce account. We can setup a Scratch Org but recall that Scratch Orgs expire after 30 days. So we will develop this particular project directly in our Developer Org Without using a Scratch Org.

  1. Go to View / Command Palette / SFDX: Authorize an Org
  2. Select Standard
  3. Provide an Org name CarHubProject
  4. You will then be redirected to a browser to the Salesforce Developer Org Login Screen
  5. Enter your user credentials (username & password)