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 […]

Create Custom objects through Workbench

Consider a scenario: I want to deploy a custom object from one developer account to another. Easiest way to do this is through workbench Metadata API. Let’s login into the workbench ( https://workbench.developerforce.com ) of my developer account. I have a custom object called Hobbies__c which I want to deploy to my second Salesforce developer […]

Attachments for Salesforce Web to Lead – Part I

You have enabled web to lead for Salesforce. You are getting great leads from your website and your sales team is happy to be getting them directly on Salesforce. A new requirement comes to you to add an upload attachment option to the web page. Well, that’s easy. The web designer can do it in […]

Conditional Numbering in Salesforce

Auto number field in Salesforce assigns the number sequentially. That means auto number is assigned in series as records are created. For ex: Account records might be assigned Acc-001, Acc-002 and so on. What if we want to use conditional numbering that is separate series based on a field value. For ex: All tasks related […]

Delete Apex Class from Salesforce using workbench

Many times we wish to deactivate or delete Apex class from Salesforce. While I have always relied on Eclipse for this, I came across this method using workbench. For those, who would rather not download the heavy Eclipse and go all the way to install force.com plugin. Let’s say I have a trigger called ‘UpdateAmount’ […]

Scroll to top