Este repositorio contiene soluciones a retos, super badges, PoC en el mundo Salesforce
- Instalación : Instalación y entrega
-
Requisitos
- Enable Dev Hub en el Trailhead Playground
- Install Salesforce CLI
- Install Visual Studio Code
- Install the Visual Studio Code Salesforce extensions, including the Lightning Web Components extension
-
Autenticarse en el Trailhead Playground
sf org login web -d -a myhuborg -
Clone el repo:
git clone https://github.com/JullAndres/Salesforce-Lab.git cd Salesforce-Lab -
Crear a scratch org:
sf org create scratch -d -f config/project-scratch-def.json -a global -
Despliega los cambios desde tu repositorio local al Scratch Org:
sf project deploy start -
Asignacion de permisos:
sf org assign permset -n {permissionSet} -
Importar datos:
sf data tree import -p ./data/data-plan.json -
Abre la scratch org:
sf org open