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.
salesforce
- ApexArchitectureAWSIntegrationSalesforce
AWS Signature 4 Signing in Salesforce
by Dhanik Lal Sahni April 18, 2022We use different AWS services in Salesforce for different use cases. This post will explain how to generate an authentication token using AWS Signature 4 Signing in Salesforce Apex.
- ApexIntegrationSalesforce
Salesforce DropBox Integration to upload files
by Dhanik Lal Sahni March 19, 2022We use Salesforce files to store documents in our org. This post will give step-by-step information on Salesforce DropBox Integration to upload files.
- ApexIntegrationLightning FlowSalesforce
Cuttly Url Shortener in Salesforce
by Dhanik Lal Sahni February 17, 2022URL Shortening is required when we send email with URL link or sending SMS to customers. This post will give detail on using Cuttly Url Shortener in Salesforce.
We use debug statements in Salesforce apex to debug code which can impact application performance. This post will help in understanding how to optimize code by disabling debug mode in production.
Most of the time we need to use the existing apex method which accepts custom wrapper objects. This post will help in sending wrapper object to apex from LWC.
Salesforce apex is used to customize the Salesforce application. We should write proper code for customization for better performance. This post will help in optimizing Salesforce apex code.
- ApexLightningLightning FlowSalesforce
Verify Phone in Salesforce using VeriPhone API
by Dhanik Lal Sahni May 27, 2021Verified phone is required by many clients for their business use case. Verified phone helps business to give their services to valid customers. Below are some reason where business are…
Apex code coverage is important when we move code from one Sandbox to other or production environment. In sandbox environment, we can move code without minimum code coverage but for…
- Apexintegration architectureSalesforce
Monitor Salesforce API Limit
by Dhanik Lal Sahni April 18, 2021A single Salesforce orgs can be utilized by multiple clients. If our clients are calling Salesforce APIs for data upload, data creation etc or we are calling client system to…