/archive-data

This project demonstrates how to archive Salesforce data using Big Objects.

Primary LanguageHTML

Archive Data Demo

This project is part of a series of Salesforce Platform demos.

From https://www.platformdemos.com you can:

  • Watch a video of this demo (3 minutes or less).
  • Spin up your own instance of the demo in a free scratch org.
  • Find related Trailhead content.
  • Get high-resolution screenshots.

Installation Instructions

  1. Create your own Dev Hub and setup SFDX.

  2. Clone this repository:

git clone https://github.com/gabesumner/archive-data
cd archive-data
  1. Install shane-sfdx-plugins (if you don't already have it)
sfdx plugins:install shane-sfdx-plugins
  1. Install sfdx-migration-automatic (if you don't already have it)
sfdx plugins:install sfdx-migration-automatic
  1. Run the startup script
sh orgInit.sh
  1. Check out the demo guide on PlatformDemos.com for the Archive Data Solution demo.