The guide to becoming a Salesforce Consultant without work experience

Ok, you read somewhere that Salesforce jobs are in demand. There is a good freelancing network, and due to the nature of the work, it is quite easy to do the work remotely. Next, how do you proceed with becoming a Salesforce expert and further on a freelancer/consultant. I have been working on Salesforce for […]

Uploading attachment for web to lead: Part III

I came across this approach when the REST approach did not work for one of my clients. When a lead submits a form, all form builders provide the functionality to send email notification along with data submitted by lead. This email can also contain files uploaded by the lead. For my client, we created an […]

How to create a screen flow for the community users

In this post, we will see how to create a screen flow for your community users, choose the audience and also update the associated contact when the users engage with your flow. I will provide step by step information with screenshots in this post, but a video is also attached to save you from the […]

How to integrate Salesforce with a third party Application

Developers often face the challenge of integrating Salesforce with a third party Application. This is same as consuming external API in Salesforce. Some use cases: Uploading files to AWS, Google Drive, Dropbox from within Salesforce Sending data to external Apps such as email or SMS from Salesforce Updating your financial system from Salesforce and more… […]

Lightning Component: Upload and read a file in the apex controller

In this post we will see how to Upload and read a file in the apex controller through Lightning Component. Though lightning has a file upload component here, sometimes we want to upload files to a third party system or do some other processing rather than attaching it to a Salesforce record. To do that, […]

Scroll to top