Business need verified customers so that they can share important information with them. This post will verify phone using Flow Http Callout with VeriPhone API
lightning
- ApexLightningLightning FlowLightning Web ComponentSalesforce
Generic Notification Component in LWC
by Dhanik Lal Sahni January 23, 2023Some kind of notification is required on every page of the Salesforce Application. Let us create a generic notification component in LWC.
- ApexLightningLightning FlowLightning Web ComponentSalesforce
Generic Multi-Select Lookup Component
by Dhanik Lal Sahni January 5, 2023Multi Select lookup is a important component in the Salesforce. In this post, we will create a generic multi-select lookup component that can be used in a flow.
- ApexLightningLightning Web ComponentSalesforce
Generate Topic Followers List
by Dhanik Lal Sahni November 30, 2022Salesforce Topics are phrases that we can associate with Salesforce records to organize them. This post will help to generate Topic followers list.
- ApexLightningLightning Web ComponentSalesforce
Generic Component to update Custom Metadata
by Dhanik Lal Sahni October 24, 2022Custom metadata types are used to create configurable application. This post will explain how to update existing Custom Metadata types using generic LWC.
- LightningLightning Web ComponentSalesforce
Generate PDF using jsPDF in Lightning Web Component
by Dhanik Lal Sahni September 25, 2022PDF generation is very important for business. This post will explain how we can generate PDF using jSPDF in Lightning Web Component.
- ApexLightningPortalSalesforce
Create Partner Portal User in Salesforce
by Dhanik Lal Sahni May 20, 2022Partner 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.
Component interaction is a very common requirement in Salesforce. Dynamic Interaction in LWC is helping us to interact between several LWC components.
- ApexLightningSalesforce
Dynamic Record Page Creation using FieldSet
by Dhanik Lal Sahni November 18, 2021We usually get the requirement to create different components for creating different object records. This post will explain about dynamic record page creation using fieldset.
Capturing signature is very important for many business use cases specifically for Salesforce community portals where we get agreement signed by customers. There are many contract management application available for…