FSC UI Config Aura Component
Merge force-app folder content into your DX project
For Sandbox/DE/PROD: Establish connection with:
In the case of sandbox use :
sfdx force
web:login -r https://test.salesforce.com
In the case of PROD or DE use :
sfdx force
web:login -r https://login.salesforce.com
Deploy using SFDX (for -u —put your login username—)
sfdx force
deploy -u loginUsername@email.com -p force-app/main/default/staticresources
sfdx force
deploy -u loginUsername@email.com -p force-app/main/default/aura
In case you want to install this without using SFDX:
force-app/main/default/aura/FSCConfig/FSCConfig.cmp
) and its design (force-app/main/default/aura/FSCConfig/FSCConfig.design
) using Developer Consoleforce-app/main/default/aura/staticresources
folderInstall this component using App Builder by Edit Page :
Drag and Drop FSCConfig component in the page: