Blogs

  • Generate A Design Asset Within The Component Bundle.

    Utilize a design resource to manage the attributes that are accessible to builder tools such as the Lightning App Builder, Community Builder, or Flow Builder. This resource resides in the same folder as your .cmp file and defines the design-time functionality of the Aura component, providing essential information for visual tools to render the component…

    Read more…

  • How To Verify User Permissions In Lightning Web Components

    Permissions serve as a standard method to regulate access and actions within a Salesforce organization. When creating Lightning web components, you have the flexibility to tailor a component’s behavior based on whether the current user possesses a specific permission. To verify if a user holds a permission, you can import Salesforce permissions from the scoped…

    Read more…

  • How To Initiate Screen Flows Using Lightning Web Components

    In the Winter ’23 release, Salesforce introduced a fresh method to incorporate a screen flow using the new lightning-flow component into any Lightning Web Component. This empowers developers to delegate intricate input gathering and branching logic to Flow, resulting in time and cost savings. Below is an example of an LWC component featuring the Product_survey…

    Read more…