-

How to get salesforce base URL in Apex.
You can get that using System.URL class. You will find the complete documentation HERE. Below code snippet will give you the base URL and then you can concatenate with record ID to make record detail page URL. You can also run above code in anonymous window to check the output. Read more
-

How to get Picklist Label instead of API in Apex
When we query any picklist field on any object in Apex, we always get the API name of it but if you want the label of the picklist then you can use ‘toLabel’. Suppose we have a custom field named ‘Status__c’ on the ‘Contact’ Object, then the below query will give you desired value Wait!… Read more
-

How to mass delete debug logs using Dataloader
In one of my earlier posts, I have explained how we can mass delete debug logs from the developer console query editor. But sometimes it’s annoying as well, especially when log size is huge. With this it comes to our mind, why don’t we simply store the Ids in a list and delete the same… Read more
-

Queued Time-based workflow not firing on scheduled date
Hello everyone, Recently I have encountered one issue in Time-dependent workflow action. I have observed that records are sitting ideally in the workflow queue as a pending action with scheduled date in past. That means if today is 16th April 2021, I can see records in pending action queue with scheduled date in March 2021… 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 8 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 (Digital Experience), Health & force.com cloud. But wider touch on service cloud, Einstein analytics, etc.








