Sometimes, the lead conversion in Salesforce does not match with our process flow. In that case it is necessary to override Standard Lead Conversion with our customized functionality. Lead conversion in Apex can be handled using ConvertLead() method. How to override standard button in Salesforce 1. Go to Object Manager -> Select Lead ->Buttons, Links, […]
Tag: salesforceimplementation
Files Upload in Salesforce to Google Drive
One of the most common recommendations that I give to clients is to not use File Upload in Salesforce in the traditional way. What I mean by that is, cloud storage in Salesforce is quite expensive and as such I recommend all my clients to rather store the file on their web server/Google Drive and […]