Mindblown: a blog about philosophy.
-
Test 2
Opportunity With WHERE Clause (Multiple Conditions) Completed Tasks With Custom CSS Class Empty Result Handling Hide If Empty Complex Real-World Scenarios High-Value Opportunities Open Cases Dashboard Technology Companies Recent Leads DESC
-
Test
Basic Testing Account Display : with minimal parameters Contact Display : with multiple text fields Lead Display : with status field Opportunity Display Layout Testing Card Layout (3 Columns) Card Layout (2 Columns – Mobile-friendly) Sorting & Filtering Testing Acc – Order by Name (Ascending) Opp – Order by Recent (Descending) Acc – With WHERE…
-
Marketing Cloud interview questions in Salesforce 2024
1. What is Salesforce Marketing Cloud, and how does it differ from other Salesforce products? Salesforce Marketing Cloud is a digital marketing platform that provides tools for automating and personalizing customer interactions across various channels, including email, social media, and mobile. It differs from other Salesforce products by focusing specifically on marketing and customer engagement.…
-
Test class interview questions in Salesforce 2024
1. What is a test class in Salesforce, and why is it important? A test class is a class written in Apex to test the functionality of another Apex class. In Salesforce, it’s crucial to have test classes to ensure that your code works as expected and to meet the platform’s code coverage requirements. For…
-
Get picklist values Dynamically (Apex, VF and LWC)
Get picklist values dynamically in Lightning web component Apex controller Lightning web component Output Get picklist values dynamically in VisualForce Apex controller VisualForce Output Useful Links https://developer.salesforce.com/blogs/developer-relations/2008/12/using-the-metadata-api-to-retrieve-picklist-values
-
FIELD_CUSTOM_VALIDATION_EXCEPTION in Salesforce
What is a FIELD_CUSTOM_VALIDATION_EXCEPTION error in Salesforce? Generally, the FIELD_CUSTOM_VALIDATION_EXCEPTION error in Salesforce typically occurs when there is a validation rule on a field, and the data being inserted or updated doesn’t meet the validation criteria. This exception is specific to custom validation rules defined on fields. Under what circumstances does FIELD_CUSTOM_VALIDATION_EXCEPTION error occur? This…
-

Comprehensive Guide to LWC DataTable in 7 Steps
Introduction to LWC DataTable Ah, Lightning Data Tables – sounds electrifying, doesn’t it? But if you’re wondering what it really means, you’re in the right spot. What Exactly is a Lightning Data Table? Lightning Data Table is a Salesforce component that provides a flexible and customizable table layout for displaying lists of information. Think of…
-
7-Step Ultimate Guide: LWC Custom Events to Empower Your LWC
Introduction What’s the Deal with LWC Custom Events? Alright, imagine you have two people – one wants to share a message, and the other is eager to listen. In the web world, especially when using Salesforce’s Lightning Web Components (LWC), this is a lot like what we call “custom events.” So, custom events are like…
-
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…
Got any book recommendations?