-

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
-

How To Add Line-break in Custom Label in Lightning Component
There are three ways you can achieve this. When you use this custom label in your Lightning Component, the \n escape sequence will be interpreted as a new line, and the text will appear on two separate lines. he newline escape sequence \n is not directly recognized and rendered as a line break in the Read more
-

Salesforce Flow Error: Value of class com.force.swag.soap.Time is not a ValueType: STRING
It’s a simple but confusing error. You’re getting this error because flow doesn’t support Time Data Type and you are using Time data type field in your flow. Simply create a formula field of return type ‘Text’ and embed your time field from that. Now use this new formula field in flow in-place of the Read more
-

Generate Unique Random Auto-Number using Apex (medium-concurrency)
Generating high-concurrency unique random auto-number using Apex is very challenging, but using below code you can achieve a medium-concurrency situation. Read more
-

How to create custom lookup/search or add lookup in LWC Component
This is the most common challenge developers face, as adding a looking field to custom table or form needs lots of complex coding. But we can leverage the use of ‘lightning-input-field’ to create a search bar or add lookup field to your form/custom table in LWC. Case1: Add Lookup field in Custom Table (<table>…</table>) [in Read more
-

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

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.






