Writing the test class for an Extension in Apex When we need to write test cases for an extension that might be a bit of a learning curve and this post helps you with that.
Using SLDS to avoid printing specific elements on the LWC Component There might be an ask from the business that only certain parts of the page have to be printed and avoid other elements from getting printed when we save the file as PDF or when taking a printout.
How to download the current webpage in PDF format in LWC? Download the webpage in PDF in LWC - there might be a business requirement like this and let me walk you through how to implement it.
What all entities do we have in Salesforce for Sharing and Security Salesforce has a unique way of handling the sharing and security with respect to data. Let's look at them.
How to subscribe to a Platform Event using Trigger Let's look at how to subscribe to Platform Events using Triggers.
What is the difference between Standard Controller, Custom Controller, and Extensions Let us look at what's the differences between Standard Controller, Custom Controller, and Extensions
What is the difference between Profile and Roles? This is one of the most frequently asked interview questions. So let get to the bottom of it. Profiles These are considered as the heart of Sharing and Security. When it comes to object-level security and field-level security profiles will be used. We will be given the option to provide
Navigate user from LWC to an external URL Let's look at how can we navigate the user from LWC to an external URL.
Difference between Lookup Relationship and Master-Detail Relationship in Salesforce Let's look at the difference between Lookup Relationship and Master-Detail Relationship in Salesforce.
Page Reference Types in LWC Page Reference Types play a key role when it comes to navigating the users from one LWC to a different destination or from one Aura Component to a different destination.