Smriti SharanComments Off on Advanced InDepth Salesforce Flow Interview Questions
What is difference between Use all values from Record and Use Separate Resource and literal values? A. Use all values from a record. It means that you want to take… Read more »
Smriti SharanComments Off on Use of Flow Test vs Test Class for Flow in Salesforce
Use of Flow Test vs Test Class for Flow Introduction of Flow Test Previously, if we wanted to test flow, we needed to write an Apex test class for the… Read more »
Smriti SharanComments Off on Screen Flow Scenario in Salesforce – How to use Choice and Picklist Choice Set in Flows
Screen Flow Scenario – Create Contact or Opportunity or Case related to Account based on Choice Answer Select New Flow Button and then Select Screen Flow Drag Screen and Select… Read more »
Smriti SharanComments Off on Record Trigger Flow Scenario – When Account is updated then update Opportunity
Record Trigger Flow Scenario Scenario: When the “Type” field of an Account is updated, you want to update the Opportunity “Type” field for all related Opportunities. Additionally, you want to… Read more »