Skip to content

Two modals in Lightning (Aura) Components with custom input fields.

Notifications You must be signed in to change notification settings

RemiLeGuin/aura-screens

Repository files navigation

Aura Screens

This repository contains the code for two modals to be used as quick actions in Salesforce:

  • Point Injection: allows to inject points on a loyalty card for the contact/customer which belongs to a store.

Point Injection

  • Ticket Injection: allows to inject a sale ticket for the contact/customer in a given store.

Ticket Injection

Both screens respect standards practices of the Aura framework for Lightning Components (responsive design, composed of several modules...). Both screens can be fulfilled whith the keyboard and no clicks (even the lookup for the stores). They are documented in the instance's library:

Documentation

Installation:

Dataset insertion:

To insert a dataset of store to search for in the screens, execute the following command:

sfdx force:data:tree:import --sobjecttreefiles dataset/Store__c.json --targetusername <your org's alias or username>

or manually create 'Store' records.