Skip to content

nareshrathod0008/contact-tracing-app

Repository files navigation

Contact Tracing App

Sample Contact Tracing app built on Salesforce Platform.

Contact_Tracing_App

It's impossible to highlight all offering of this course here, but below are some major modules:
  • 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

Install Object Schema

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

Install Entire 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.

How Do You Plan to Deploy Your Changes?

Do you want to deploy a set of changes, or create a self-contained application? 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published