Blogs
-
How to query Tasks of converted Lead
How to query Tasks of converted Lead
-
Too Many DML Statements 1 in LWC Apex Controller
DESCRIPTION This error you may be facing while making a simple call to apex method from LWC and any record is being created, updated or deleted. SOLUTION If the apex method you are invoking from LWC is annotated as cacheable=true then you can not make any DML in that context. So, in order to avoid…
-
Organize the Salesforce record by tagging using Personal Labels
Introduction Salesforce has introduced “Personal Labels” feature in Summer’24. Your users can create their own personal labels and tag records using that label. These organized records with can be found quickly by going into that specific label. This allows each user to organize their business critical records themselves, in their own way. These labels will…