Lightning Flow Builder..
Lightning Flow:-
Lightning Flow is a product it mainly deals with managing, building,running processes flows.
Flow:-
Flow is an application that automates a business process by collecting data and do something in your Salesforce org or external system.
Flow Builder:-
Flow Builder is a point-and-click tool for building flows.
Lightning Flow Builder:- lightning flow builder is a tool which allows you to automate business process by building application known as Flows and flows can be used to create, update collect, delete information in salesforce. Flows can also execute logic and interact with salesforce data, call apex class and guide users through screens for collecting and updating data.
Flows in salesforce can implemented by thses following ways:-
1. Screen Flow:- In this type of flow a series of screen elements gather information from the user and perform some operations. Screen flow can be accessed from custom button, custom link, Visual pages etc.This type of flow is implemented if a user interaction is needed in process.
2. Auto-launched Flow:- Auto launched flow can runs in the background without user interaction auto launched flow can be accessed from custom button, custom link, Visual pages, process builder.
3. Record-Triggered Flow:- Launches when a record is created or updated. This autolaunched flow runs in background.
4. Schedule-Triggered Flow:- Launches at a specified time and frequency for each record in a batch, This autolaunched flow runs in background.
5. Platform Event -Triggered Flow:- Launches when a platform event message is received, This autolaunched flow also runs in background.
Salesforce Winter 21 Release - New Lightning Flow features
1. Trigger a Flow to Run Before a Record Is Deleted:-
In Flow Builder you can now configure a new record-triggered flow to run before a record is deleted. You no longer need to write apex code to set this up. This autolaunched flow runs in the background and updates related records when record is deleted
Who: To activate a record-triggered flow that runs before the record is deleted you need the Manage Flows and All Data permissions
Comments
Post a Comment