Blogs

  • Run Assignment Rule While Creating Lead or Case

    With help of “Database.DMLOptions” standard class, we can achieve the requirement as below: Lead Example Case Example

    Read more…

  • Integrate screen flows within a Lightning Web Component

    Last Updated on July 25, 2023 by Ayub Ansari . Big Idea or Enduring Question: Objectives: After reading this blog,  you’ll be able to: Business Scenario or Business Case: Auraan, a Junior Developer at Tenetizer on Cloud (GoC), has been assigned a business requirement to create an LWC component with the following features: The approach taken by…

    Read more…

  • Override the standard CSS of a Lightning button using CSS styling hooks

    Currently, it is possible to customize CSS for standard Lightning Base Components using styling hooks. What are Styling Hooks Styling hooks leverage CSS custom properties, simplifying the process of customizing component styling. By using CSS custom properties as hooks, we can easily personalize the SLDS (Salesforce Lightning Design System) component with our desired style. Where…

    Read more…