Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Salesforce Lightning Flows | Practice Set
Rating: 5.0 out of 5(3 ratings)
27 students

Salesforce Lightning Flows | Practice Set

Lightning Flows | Practice Set
Created byBhumika Pandey
Last updated 4/2023
English

What you'll learn

  • Salesforce Flow Builder
  • Salesforce Lightning Flows
  • Practice set for Salesforce Lightning Flows
  • Working examples with Demo for Salesforce Lightning Flows
  • Step by Step explanation of each and every use case with Salesforce Lightning Flows

Course content

1 section13 lectures3h 43m total length
  • Scenario 1 : Record Cloning using Flows | Salesforce Lightning Flow16:31

    Clone account records with Salesforce Lightning flows via a screen flow triggered by an action button. Retrieve the current account and map phone and annual revenue before creating the clone.

  • Scenario 2 : Multiple Records Cloning using Flows | Salesforce Lightning Flow22:46

    Learn to clone multiple account records with Salesforce flows by fetching all accounts, looping through them, building a collection of account details, and creating clones in bulk.

  • Scenario 3 : Deep Clone using Flows | Salesforce Lightning Flow29:16

    Master deep cloning in Salesforce flows by cloning an account and its associated contacts. Learn to fetch the account, loop through contacts, and create linked cloned records.

  • Scenario 4 : Data Table in Screen Flows | Salesforce Lightning Flows18:55

    Create a data table in a screen flow using a source collection. With get records, configure columns, and set view, single, or multiple modes with min and max row selections.

  • Scenario 5 : Parent to Child update in Flows | Salesforce Lightning Flow21:30

    Learn to propagate an account phone number to related contacts using a record-triggered after-save flow, a loop, and a contact collection for bulk updates.

  • Scenario 6 : Child to Parent update in Flows | Salesforce Lightning Flow12:29

    Explore a record-triggered flow that updates a parent account's latest contact email whenever a new contact is created, using the contact's email and account id.

  • Scenario 7 : Record Type Check in Flow | Salesforce Lightning Flow33:57

    Apply a record type check in a Lightning Flow to count market and individual contacts per account and update market and individual contact count fields.

  • Scenario 8 : File Upload using Flow | Salesforce Lightning Flow10:13

    Create a screen flow in Lightning Flow to capture first and last name, create a contact, store its ID, and upload a file to that contact using file upload component.

  • Scenario 9 : Call Apex Invocable method from Screen Flow | Lightning Flow20:28

    Learn to call an apex invocable method from a screen flow to fetch the account’s least amount opportunity and display its name and amount.

  • Scenario 10 : Call Apex Invocable method from Record Triggered Flow | Flow16:44

    Learn to call an apex invokable method from a record triggered flow in Salesforce Lightning Flows to fetch the opportunity name and update its description.

  • Scenario 11 : Launch Screen Flow from LWC | Salesforce Lightning Flow5:34

    learn how to launch a screen flow from a lightning web component and call it using the flow API name on a record page, with proper exposure and deployment.

  • Scenario 12 : Lookup field in Flow | Salesforce Lightning Flow7:44

    Build a screen flow with a lookup field to create a contact by first name, last name, and linked account, mapping fields and creating the contact record.

  • Scenario 13 : Automatic Permission set Assignment on User Creation | Flow7:42

    Create a record-triggered flow in Salesforce to automatically assign a permission set to a new user, using get record and the permission set assignment object.

Requirements

  • Salesforce Admin Knowledge
  • Salesforce Developers
  • Apex Trigger knowledge
  • Intermediate level of Salesforce Development knowledge

Description

The Salesforce Lightning Flows Practice Set contains 10+ scenarios/use cases and working demonstration of all the use cases. Anyone who has basic understanding of lightning flows, how it works and how to create a flow can take this course in order to practice few more scenarios. This will definitely give you a better understanding of achieving more complex requirements and it will also make you understand the fact that every requirement doesn´t have to be achieved with trigger, if there is anything that can be done with flow should be done with flow until and unless the requirement is highly complex.


You don´t have to be a coding expert for taking this course but you need to have the basic understanding of Apex Triggers which involves loop, decisions, and assignments so that you will understand flows better. It will be much easier for you to understand all these scenarios implementation if you have a good understanding of Apex Triggers.


Course Content :

  • Scenario 1 : Record Cloning​

  • Scenario 2 : Multiple Records Cloning​

  • Scenario 3 : Deep Cloning using Flows​

  • Scenario 4 : Data Table in Screen Flows​

  • Scenario 5 : Parent to Child Update in Flows​

  • Scenario 6 : Child to Parent update in Flows​

  • Scenario 7 : Record Type Check in Flow​

  • Scenario 8 : File Upload using Flows​

  • Scenario 9 : Call Apex Invocable method from Screen Flow​

  • Scenario 10 : Call Apex Invocable method from Record Triggered Flow​

  • Scenario 11 : Launch Screen Flow from LWC​

  • Scenario 12 : Lookup Field in Flow​

  • Scenario 13 : Automatic Permission Set Assignment on User Creation​

P.S : Good Luck!

Who this course is for:

  • Salesforce Developers
  • Salesforce Architects