Partner Portal is required by our clients to provide access to their employees. In this post, we will learn about how to create partner portal user.
lwc
- LightningLightning FlowSalesforce
Custom Toast with custom duration In LWC
by Dhanik Lal Sahni May 10, 2022We use toast for showing error, warning, or success messages in our LWC based on use cases. This post will help in creating custom toast to show formatted text.
Component interaction is a very common requirement in Salesforce. Dynamic Interaction in LWC is helping us to interact between several LWC components.
LWC are custom HTML elements built using HTML and modern JavaScript (Ecma Script) and stylesheets. LWC is built over core Web Standards and Salesforce has used shadow DOM concepts for…
- LightningSalesforce
Zip Code to Time Zone using ZipCodeAPI in Salesforce
by Dhanik Lal Sahni March 28, 2021Timezone is very important in some business use case specially for calling to customer, doctors or patients for different needs. Call center agents or user should call these customers on…
- LightningSalesforce
Search Knowledge Articles faster using Search Keyword
by Dhanik Lal Sahni March 22, 2021Salesforce Knowledge articles are used for documentation useful information about application process and usage. These articles can be categories using data categories and we can also set keywords for easy…
- LightningSalesforce
Custom Salesforce Knowledge Component using LWC
by Dhanik Lal Sahni February 14, 2021Salesforce Knowledge is excellent knowledge base which help support executive to resolve customer issues faster. We can use this tool by enabling Lightning Knowledge and adding this to case page…
- EinsteinSalesforce
Named Entity Recognition using Salesforce Einstein API
by Dhanik Lal Sahni January 1, 2021This post will help in identifying named entities using Salesforce einstein api
Files is the excellent and most robust way to manage and share files in Salesforce. Using files we can Upload any file Search Salesforce for Files Store files up to…
lightning-dual-listbox is used to show two side-by-side listboxes. This component can be used to show list of available options and selected options. Recently my team got requirement where selected options…