SKSHARIQUE KALAMinquery-entitydefinitionsobjects.hashnode.dev·Aug 25, 2025 · 3 min readQuery EntityDefinitionRecently I have encountered a scenario where I need to list down all the sObjects(custom or standard) which the businesses are currently using. They gave a hint to list down all objects for which at least a single record have been created on or after...00
SKSHARIQUE KALAMinshariquekalam.hashnode.dev·May 18, 2024 · 2 min readPassing variables from one Batch to anotherProblem Statement - Let's discuss a scenario where we want to query all the Account records from one Batch and then for further processing or comparisions we wanted to have a copy of the same in another Batch. Scenario - We have created two Batch cla...00
SKSHARIQUE KALAMinshariquekalam.hashnode.dev·Jul 19, 2023 · 3 min readChild to Parent communication in LWCLet's start by creating two components Parent Component: parentAccountLwc Child Component: childAccountLwc The Parent Component will display the Account Name communicated by the Child Component which will have a picklist of contacts. On selectin...00
SKSHARIQUE KALAMinshariquekalam.hashnode.dev·Sep 12, 2022 · 3 min readLightning data table with paginationPaginator Child Component: HTML: <template> <lightning-layout> <lightning-layout-item> <lightning-button label="Previous" icon-name="utility:chevronleft" onclick={previousHandler}></lightning-button> </lightning-layout...00
SKSHARIQUE KALAMinshariquekalam.hashnode.dev·Sep 2, 2022 · 3 min readReview Section Component Using LWCBusiness Use Case: XYZ company wants to create a review form to collect the review from the Users and then display those reviews. Users can post their Reviews and view Reviews posted by other Users. Solution: For the above Use Case we will create a R...00