• Apex Trigger Framework

    Apex Trigger Framework

    Triggers are Apex scripts that execute before or after data manipulation events, such as before or after records insert, update, or delete. They are written to perform tasks that can’t be done by using point-and-click tools in Salesforce. But writing ✍️ Trigger in proper way with proper design makes it more sensible and will avoid bringing… Read more

  • How to get Picklist field API and Label both in Apex

    How to get Picklist field API and Label both in Apex

    This requirement can be achieved using Schema class. PFB one example UtilityClass which will return the API to Label mapping. PFB the Output: Read more

  • Dynamic/Reusable Table in LWC (Salesforce)

    Dynamic/Reusable Table in LWC (Salesforce)

    Use-case: Suppose in your application you have 10 tables to show. So instead of writing code for each table, you can think of this dynamic/reusable table. Create Dynamic/Reusable Table Create a Custom Metadata Type named Table_Column_Metadata__mdt. Add fields to store column information such as API_Name__c (API name of the field), Label__c (column label), and any… Read more

  • How to add straight line in LWC (Salesforce)

    How to add straight line in LWC (Salesforce)

    CSS will do the job. Sharing sample code. Component: CSS: Read more

  • How to avoid recursion in Salesforce

    How to avoid recursion in Salesforce

    Recursion is a major problem in applications. It’s always better to keep the Recursion in mind before you implement any business automation requirement. Sharing some of the general strategy to avoid/fix recursion: Apex Class Apex Trigger Static in Salesforce are per transaction, so the value will be true only for the current transaction. It will… Read more

  • How to create Free Salesforce Developer Org

    How to create Free Salesforce Developer Org

    It’s very simple. Just redirect to https://developer.salesforce.com/signup and fill all details and click on ‘Sign me up’. You will receive an email to setup the password. Just follow the instruction and you are good to create a developer edition org. Salesforce has implemented a restriction on creating accounts using a unique email address. If you… Read more

About me

Hello There 👋
I am Jyoti Prakash Mishra (JP). I am working on Salesforce domain from Nov 2012. Currently, I am working as a Salesforce Technical Architect. I have 6 Salesforce Certifications and working hard to add more.

I am SFDC Geek and love to share my knowledge. An active member of salesforce groups. Generally, spend time in learning new Salesforce topics and completing trails.

In this Salesforce journey I have worked in various domains like healthcare, staffing, banking, manufacturing, etc. Mostly worked on Sales, Community & force.com cloud. But wider touch on service cloud, Einstein analytics, etc.