项目作者: mohan-chinnappan-n

项目描述 :
FSC UI Config Aura Component
高级语言: JavaScript
项目地址: git://github.com/mohan-chinnappan-n/FSCConfigUI.git
创建时间: 2019-04-18T19:27:37Z
项目社区:https://github.com/mohan-chinnappan-n/FSCConfigUI

开源协议:

下载


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

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