https://github.com/agentgill/spring19
https://github.com/agentgill/spring19
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agentgill/spring19
- Owner: agentgill
- Created: 2018-12-15T09:48:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T10:05:01.000Z (over 6 years ago)
- Last Synced: 2025-01-18T13:38:39.666Z (4 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SFDX App
Demo Build for Salesforce Weekly Blog (Spring 19 Pre-release)
## Dev, Build and Test
## Resources
## Description of Files and Directories
- Application Custom Object
- Application Layout
- Application Permission Set
- Application Custom Tab
- New Application Lightning Flow## Setup Scratch Org
1. Create scratch org `sfdx force:org:create -v play -s -a test -d 3 -f config/project-scratch-def.json`
2. Push source `sfdx force:source:push -u test`
3. Assign Perm Set `sfdx force:user:permset:assign -n Application_Permission`## Pull metadata from non-scratch org (Reference only)
1. Pull source from Dev Org `sfdx force:mdapi:retrieve -r ./mdapipkg -u play -k package.xml`
2. Unzip source `unzip ./mdapipkg/unpackaged.zip -d ./mdapipkg/`
3. Convert source into sfdx `sfdx force:mdapi:convert -r ./mdapipkg/unpackaged`