Giter VIP home page Giter VIP logo

purealoe's Introduction

Pure Aloe Aura Sample Application

IMPORTANT: This is the Aura version of the Pure Aloe sample application. If you are looking for the new Lightning Web Components version, click here.

purealoe-logo

CircleCI

Pure Aloe is a fictional agricultural and manufacturing company that grows aloe and produces soaps and lotions for distributors and consumers. This app helps manage crops and harvests, as well as product distribution. Platform Events are used to update external distributor systems about stock, and publish updates from those systems in Salesforce.

Find more details about Pure Aloe on the Salesforce Developer blog:

Pure Aloe Sample App Part 1: Lightning Components & Salesforce DX

Pure Aloe Sample App Part 2: Integration with Platform Events

Spring 18 for Developers: Go With the Flow Like Never Before

Table of Contents

Installation

Installing Pure Aloe using Salesforce DX

In the commands below, terms wrapped in *asterisks* signify places where you'll need to replace the dummy text we're providing with values that match your Salesforce DX setup.

  1. Authenticate with your hub org (if not already done)

    sfdx force:auth:web:login -d -a *your_hub_org*
    
  2. Clone the purealoe repository:

    git clone https://github.com/trailheadapps/purealoe
    cd purealoe
    
  3. Create a scratch org and provide it with an alias (ex: purealoe):

    sfdx force:org:create -s -f config/project-scratch-def.json -a *purealoe*
    
  4. Push the app to your scratch org:

    sfdx force:source:push
    
  5. Assign the purealoe permission set to the default user:

    sfdx force:user:permset:assign -n purealoe
    
  6. Load sample data:

    sfdx force:data:tree:import --plan ./data/Harvest_Field__c-plan.json
    sfdx force:data:tree:import --plan ./data/Merchandise__c-plan.json
    
  7. Open the scratch org:

    sfdx force:org:open
    

Installing Pure Aloe using an unlocked package

Use this option if you don't have Salesforce DX configured or if you want to experience the sample app and do not plan to modify the code.

  1. Sign up for a Developer Edition (DE) org.

  2. Enable MyDomain in your DE org. Instructions to do this are here.

  3. Click this link to install the Pure Aloe unlocked package into your DE org.

  4. Select Install for All Users

  5. Import Harvest Field data:

    • In Setup, type Data Import in the Quick Find box and click Data Import Wizard.
    • Click Launch Wizard.
    • Click the Custom objects tab, click Harvest Fields, and click Add New Records.
    • Drag Harvest_Fields_Data.csv from the data folder of this project to the upload area.
    • Click Next, Next, and Start Import.
  6. Import Merchandise data:

    • In Setup, type Data Import in the Quick Find box and click Data Import Wizard.
    • Click Launch Wizard.
    • Click the Custom objects tab, click Merchandise, and click Add New Records.
    • Drag Merchandise_Data.csv from the data folder of this project to the upload area.
    • Click Next, Next, and Start Import.
  7. In App Launcher, select the PureAloe app

  8. Have fun exploring!

Distributor App

To explore how Pure Aloe uses Platform Events to integrate with external systems, download and configure the Pure Aloe distributor app.

When you create a Product Bundle in Salesforce and change its status to Submitted to Distributors, the Bundle Submitted process automatically publishes the Bundle_Submitted__e platform event. The distributor app is listening for that event and automatically adds the product bundle to the bundle list when a Bundle_Submitted__e event comes in.

When you click the Order button next to a bundle in the distributor app, the distributor app publishes a Bundle_Ordered__e event. The Bundle Ordered process (in Process Builder) listens for that event and automatically changes the order status to Ordered by Distributor when an event comes in. If a user is looking at the record details page for that bundle, the status will automatically change (no page refresh required) because the status path component is using the Streaming API to listen for status changes. For this last part to work, you need to execute the following Salesforce DX command to create the Streaming API topic:

sfdx force:apex:execute -f ./apex/createPushTopic.apex

Take a look at the createPushTopic.apex file in the /apex folder to examine the push topic creation logic.

Note that you could also have listened directly for the platform event in the status path component and update the status to Ordered by Distributor in the UI when the event comes in. However, that approach could lead to inconsistencies in case the server-side status update (handled by the Bundle Ordered process) fails, because a validation rule is not met for example. In that case the UI would show the status as Ordered by Distributor, while the status in the database would still be Submitted to Distributor.

purealoe's People

Contributors

ccoenraets avatar muenzpraeger avatar svc-scm avatar wadewegner avatar zaynelt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

purealoe's Issues

Installing using unlocked package URL fails on required fields

Do we need to install any other dependency package before installing this? Getting the below message on fresh dev org.

Your request to install package "PureAloe Winter '19" was unsuccessful. None of the data or setup information in your salesforce.com organization was affected.

If your install continues to fail, contact Salesforce CRM Support through your normal channels and provide the following information.

Error Number: 1100652941-168309 (-1788004364)
Problem:

1. (Bundle_Ordered_6) Required field is missing: null

Bundle_Ordered_6: Required field is missing: null

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.