Skip to content

adrianvillar/platformDev

 
 

Repository files navigation

Welcome to my Course

Thank you for starting one of my courses on Pluralsight! Here's some information to help you get the configuration and code used throughout the courses installed into your own org. This repository covers the following courses

  • Salesforce Development: Fundamentals
  • Salesforce Development: Data Modeling and Management
  • Salesforce Development: Process Automation and Logic

How Do You Plan to Deploy Your Changes?

Choose whether you want to use a developer org or scratch org. Choose a development model.

Configure Your Salesforce DX Project

The sfdx-project.json file contains useful configuration information for your project. See Salesforce DX Project Configuration in the Salesforce DX Developer Guide for details about this file.

Read All About It

Options for Install

Using Git

  • Create a new scratch org or Developer Edition org
  • Create a local folder to store your source code and navigate to that folder
  • Run git clone https://github.com/adam17amo/platformDev.git in VS Code to bring the source code to your local computer
  • Authorize your org in VS Code
  • Run sfdx force:source:deploy -p force-app/main/default for a Developer Edition org or sfdx force:source:push for a scratch org to push the files into your org
  • Run sfdx force:user:permset:assign --permsetname Wired_Brain to assign yourself the permission set

Installing Package

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Apex 87.7%
  • JavaScript 10.2%
  • HTML 1.9%
  • Shell 0.2%