Lightning Web Component has excellent element lightning-tab that keeps related information in single container. By default it will not show icons along with label. Normally we want to show icons…
Dhanik Lal Sahni
Dhanik Lal Sahni
I have around 14 years of Experience in Web Based Application. In this experience, I have worked with various technology like SalesForce, .NET, .NET Core, MS Dynamic CRM, Azure, Oracle, SQl Server, WCF, Ionic, Angular.I am more focused on Technology instead of Management. I love to know and research about new technology.
- ApexEinsteinLightningSalesforce
Create OCR App using Salesforce Einstein OCR API
by Dhanik Lal Sahni June 26, 2020Nowadays organizations are going for digital automation for most of their repetitive works like manual entries of records from printed forms. This manual entry requirement can be for application form,…
Last week I got request about extracting vehicle license plate number. Requester wanted to extract license plate number from image. I was not sure that we have specific API for…
While working with product development in Salesforce, We implement lot of development process like code guidelines process, code review process, release management process, org management process etc. This process help…
When developing new features, some time we reach org character limit. In that case we have to remove unused code from Salesforce org. Let us create excel report of all…
While developing new enhancement or user story we introduce lot of new features in Salesforce Application. Before doing changes in existing system, we need to analyze referenced objects. We can…
I got requirement from my team where they wanted list of fields which are used or placed on page layout. They wanted to extract fields without any App Exchange product…
Tooling API is used for custom development tools or apps for Lightning Platform applications. Tooling API’s SOQL capabilities for many metadata types allow us to retrieve smaller pieces of metadata. I…
Most of time we need to compare values or two controls in record pages. Instead of writing code at multiple places we can create compare element in lightning web component…
Recently I got request from one of my blog member for extracting text from image which is uploaded in Salesforce record’s attachment. So i have analyzed some APIs which…