Blogs

  • 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…

  • How can I process a JSON response in Apex Salesforce

    Introduction At times, I have encountered confusion regarding the process of parsing a JSON string to extract the desired value. Now, we will explore the steps involved in achieving this. Example JSON Simplified Approach This method I discovered is the easiest among all the ones I have attempted. You can simply copy the JSON string…

    Read more…