Hey Everyone, Welcome back 🙂 , In this blog post, we are going to learn how to read the details from the Business Card or Visiting card and then create either lead/contact or any custom object record. To read the…

Hey everyone, welcome back, in this post we are going to learn how to implement the JWT authentication using Apex in Salesforce. Sometimes you want to authorize servers to access data without interactively logging in each time the servers exchange…
In this blog post, We are going to learn how to Setup Entitlement & Milestone in Salesforce. Entitlements are units of customer support in Salesforce, such as “phone support” or “web support.” They’re typically used to represent terms in service…

Pub Sub Model Is used to transfer the information between the component which are not in the same DOM hierarchy what does this meant that the components are not connected/related with each other using parent-child relationship.

Use Case: - The company called XYZ is using many ( 100+ ) lightning web components and out of 20+ LWC are using dependent pick-list. As a developer, you have been asked to develop a generic ( reusable ) component which can work for any objects & for any component.
Welcome back Dear #Trailblazers 🙂 , This blog post is to guide how to set up Omni-Channel in your Salesforce environment and increase the productivity of your agents. Introduction to Omni-Channel Omni-Channel is a flexible, customizable feature, and you can…

Hey there, Welcome back 🙂 . Here in this blog post, we are going to develop a custom reusable lookup using SOSL. Step 1 – Create ‘lwcsearchcomponent‘ component and use below code lwcsearchcomponent.html lwcsearchcomponent.js Step 2 – Create ‘lwcrecordlist‘ component…