Big Idea or Enduring Question: How do you deploy Flows or Processes using the Change Sets? Objectives: After reading this blog post, the reader will be able to: Understand how to use change sets to deploy flows Understand how to use change sets to deploy processes Deploy change sets from sandbox to production
Tag: Salesforce Platform Developer I Exam
Auto Convert Marketing Qualified Leads
Big Idea or Enduring Question: How do you set automation to auto-convert marketing qualified leads? When there is a chance of further negotiations with a lead, it can be converted into an account, contact, optionally an opportunity. In short, once the lead status has reached a certain stage, it can
What? Use Lookup Field into a Flow Screen Element?!!
Salesforce Flow allows us to automate business processes by building applications, known as Flows. Using Flows, a user can collect information; or, they can update, edit, or create records in Salesforce. Furthermore, Flows can execute logic, interact with the Salesforce database, call Apex classes, Platform Events, and guide users through various screens to streamline the process of
Learn About the New, Built-in, Debug Tool in the Flow Builder!
Learn About the New, Built-in, Debug Tool in the Cloud Flow Designer!
Untangling the Perplexing Filter Logic of ‘Updating Records Action’!
Check out my previous articles: Getting Started with Process Builder – Part 84 (Ever Needed to Select Multiple Picklist Values in Process Builder? How About via a Single Condition?!) Getting Started with Process Builder – Part 85 (Leveraging Versatility of Rule Criteria – a Deeper Dive!) Getting Started with Process
Getting Started with Process Builder – Part 85 (Leveraging Versatility of Rule Criteria – a Deeper Dive!)
Note:- In this article, among other things, I am going to spotlight on one of the most underutilized features of setting up Rule Criteria in Process Builder – ‘Formula Evaluates to True’; because ‘Conditions are met’ feature of the Action Group is used often, we are all well versed in
Enhance Productivity by Uploading Files Directly from a Flow!
Salesforce Flow allows us to automate business processes by building applications, known as Flows. Using Flows, a user can collect information; or, they can update, edit, or create records in Salesforce. Furthermore, Flows can execute logic, interact with the Salesforce database, call Apex classes, Platform Events, and guide users through various
Writing Comments? Focus on Why, not What!
Good code is self-documenting – so the adage goes! Comments and codes have inverse relationship – it is believed that better codes need less comments! Only when one reaches a point – where, it would be difficult to grasp the underlying logic without few clues, should one resort to adding
