Skip to content

mohan-chinnappan-n/FSCConfigUI

Repository files navigation

Simple aura component to toggle UI elements in FSC Relationship Map

Demos

Install using SFDX

  • Download the zip from this Repo

  • Merge force-app folder content into your DX project

  • For Sandbox/DE/PROD: Establish connection with:

    • In the case of sandbox use :

    sfdx force:auth:web:login -r https://test.salesforce.com

    • In the case of PROD or DE use :

    sfdx force:auth:web:login -r https://login.salesforce.com

  • Deploy using SFDX (for -u --put your login username--)

 sfdx force:source:deploy -u loginUsername@email.com -p force-app/main/default/staticresources
 sfdx force:source:deploy -u loginUsername@email.com -p force-app/main/default/aura

Install without using SFDX

In case you want to install this without using SFDX:

  • Create FSCConfig component (force-app/main/default/aura/FSCConfig/FSCConfig.cmp) and its design (force-app/main/default/aura/FSCConfig/FSCConfig.design) using Developer Console

dev-console

  • Create static resources using Salesforce UI for the css files in force-app/main/default/aura/staticresources folder

dev-console


How to wire this component in the Lightning Page

  • Install this component using App Builder by Edit Page :

Editing Page

  • Drag and Drop FSCConfig component in the page:

Adding Component