Mindblown: a blog about philosophy.
-
Get Record Type Id in Salesforce Apex
In Salesforce, a Record Type is used to offer different business processes, page layouts, and picklist values for the same object. Record types can be used to differentiate the data in the same object. In this article, we will be discussing how to retrieve the Record Type Id in Salesforce Apex. Understanding Record Type Id […]
-
LWC Lifecycle Hooks in Salesforce
Lightning Web Components (LWC) is a framework for building reusable, high-performance components for Salesforce’s platform. It is built on web standards and provides a performance boost over previous frameworks. LWC also offers a modern development experience and improved security. One of the key concepts in LWC is the understanding of the lifecycle hooks available to […]
-
Toast Message in LWC
Introduction In salesforce development, a Toast Message is a small, non-modal message that appears on the screen to notify the user of a specific event or action. These messages are typically used to provide feedback on a user’s actions, such as a successful login or a form submission. Toast Messages are often used in mobile […]
-
Parsing JSON in Apex (Salesforce): A Complete Guide
Introduction to JSON and Apex JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate. It is a text-based format that uses a simple syntax to represent data in a structured way. JSON is widely used in web development […]
Got any book recommendations?