This post will help in identifying named entities using Salesforce einstein api
lightning component
Files is the excellent and most robust way to manage and share files in Salesforce. This post will explain how to create file related list in LWC.
Some time we need to open utility bar when lightning app is loaded. This is required when we want to run some background job like update user record or initialize …
A lightning-datatable component displays tabular data based on data rows and columns provided. We required this component on many pages in the project.Instead of putting this component on every page. …
Logo recognition allows companies to detect where on the web their brand logo appears. Companies pay hefty amounts to sponsor events and raise brand visibility. This brand awareness benefits companies in different …
Lightning Web Component has an excellent element lightning-tab that keeps related information in a single container. By default, it will not show icons along with the label. Normally we want …
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 …
Recently we got a requirement to show list of account for getting status of uploaded document. If document is already uploaded then list will show ‘No action required’ otherwise it …