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 »
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 »
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 »
Q. Difference between Bulk Api Vs Data Loader? Dataloader is a good to insert upto 5 million records. Bulk API allows you to run the inserts on dataloader asynchronously. Using… Read more »
Q. A developer writes a trigger on the Account object on the before insert/update event that increments a count field. A workflow rule also increments the count field every time… Read more »
Q. What is permission set group? Permission Set Groups is a feature that allows Admins to combine multiple permission sets into a single permission set group for user assignment. With the grouping mechanism, admins… Read more »
Q. Can we set owner field on detail object? The Owner field on the detail object is not available and is automatically set to the owner of its associated… Read more »
What is difference between screen flow and auto launched flow? Screen Flow-Requires user interaction, because it includes screens, local actions, steps, choices, or dynamic choices. Screen flows don’t support Pause… Read more »