Blogs
-
Error – Hierarchy Constraint Violations
This is a Salesforce constraints – we can not make a record parent of the same record. This is also called self-reference. Example: Suppose you have a custom lookup field on Account which looks to Account itself and you try to populate the same Account Id to the lookup as that of the record then…
-
Retrieve The list Of Profiles That Have Access To A particular Object – SOQL Interview Inquiry
This SOQL interview question will familiarize you with the process of using SOQL to obtain the names of all profiles that have access to a specific object. Recently, a particular interview question has been frequently posed in Salesforce interviews, particularly in the context of SOQL. The question is as follows: How can one obtain the…
-
Clipboard Copy Functionality in Lightning Web Components
Let’s explore the implementation of the copy to clipboard functionality in Lightning Web Components (LWC). Possessing the capability to copy text to the clipboard and subsequently paste it can be a crucial asset from an agent’s perspective. In this post, I will guide you through the process of implementing this functionality in Lightning Web Components…