Sample Contact Tracing app built on Salesforce Platform.
- Web Application Architecture
- Programming Fundamentals
- Apex Development
- Async Apex
- Aura Framework Development
- SOQL - Salesforce Object Query Language
- SOSL - Salesforce Object Search Language
- Database Manipulation
- Object-Oriented Programming System
Make sure you have "git" and Salesoforce CLI installed in your system. Follow below steps to upload object schema along with permission set in your Salesforce Org.
- Clone "schema-metadata" branch from this git repo
git clone --branch schema-metadata https://github.com/nareshrathod0008/contact-tracing-app.git/contact-tracing.git
- Open Terminal/Command Prompt and navigate to above folder
- Authorize your Salesforce Org
sfdx force:auth:web:login -a TestOrg1
- Deploy all metadata to your Salesforce Org
sfdx force:source:deploy -p force-app/main/default/
- Assign permission set to current user
sfdx force:user:permset:assign -n Health_Admin
- Open Saleforce Org
sfdx force:org:open
and switch to "Contact Tracing" application
Make sure you have "git" and Salesoforce CLI installed in your system. Follow below steps to upload object schema along with permission set in your Salesforce Org.
- Clone "master" branch from this git repo
git clone https://github.com/nareshrathod0008/contact-tracing.git
- Open Terminal/Command Prompt and navigate to above folder
- Authorize your Salesforce Org
sfdx force:auth:web:login -a TestOrg1
- Deploy all metadata to your Salesforce Org
sfdx force:source:deploy -p force-app/main/default/
- Assign permission set to current user
sfdx force:user:permset:assign -n Health_Admin
- Open Saleforce Org
sfdx force:org:open
and switch to "Contact Tracing" application# Salesforce DX Project: Next Steps
Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started.
Do you want to deploy a set of changes, or create a self-contained application? Choose a development model.
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.