Lightning Out in Salesforce
Introduction : – Lighting out is used to run salesforce lighting components outside of salesforce servers. – Lighting out used to display lighting components in external sites using lighting application. – For your information – Lightning Out is not a IFRAME. Lightning out Implementation Process : 1) First, we have to create lightning Application with […]
Read MoreSalesforce CLI Commands
Below are the SFDX commands helps to execute/Manage orgs using salesforce CLI. Salesforce CLI commands in below format : Ex: Command — >force:user:create force —> Namespace User —> Topic Create—> Subtopic or method 1) sfdx alias – It is used to manage salesforce username aliases. Ex: force:alias:list : It will give list of username aliases […]
Read MorePlatform Events in Salesforce
Platform Event is based on Event-Driven Architecture. This is a type of integration used to communitcate within salesforce or external systems.It is a publish/subscribe model. Publish Events : We can publish events in 3 types: 1) Using Apex trigger 2) Using Process builder/Visual Workflow 3) Salesforce API from External Apps Creating Platform Event in salesforce […]
Read MoreLightning Web Components Introduction
Lighting Web Components : Introduction : Now every Salesforce user can develop lighting components in 2 ways. 1) Aura Components 2) Lighting Web Components (LWC) What are Lighting Web Components ? IT is a new programming model or new framework used to develop lighting components.Lighting Web Components developed using HTML and Javascript. Setup required in […]
Read More