Follow the steps below to install the package inside your local environment.
- Clone the code into your local machine. From command line type
git clone https://github.com/raksh36/SuperTransportationCo.git
- Enable Dev Hub from your personal developer environment.
- Open the project in VS Code and authorize your dev environment.
- Create a scratch org from command pallete using
SFDX:Create a Default Scratch Org
- Push the changes to scratch org. Open scratch org and Go inside Sales app to check tabs visible inside.
- Go inside Garage, Bus tabs to create sample records. Use Location to fill in dummy data on location fields.
- Go inside 'Bus Fleet and Details' tab to see the results. Test if it updates Resale Value as expected.
- To test nightly maintenance checks - go to hello.apex under scripts\apex in VS Code and run
SFDX: Execute Anonymous Apex with Currently Selected Text
under command pallete.