SIGN IN
SIGN UP
Login to your account
Username or Email *
Password *
Remember Me
Forgot your password?
Forgot your username?
Menu
Home
Courses
Administrator
Flow Builder
Apex Beginner
Apex Intermediate
Integration
LWC
Exercises
Experience Cloud
Apex vs Flows
Projects
Challenge
Recap Quiz
Live Courses
Interview
Lesson: 16 | Collection Filter
Notes
Video
Notes
Apex:
List<User> userList = [SELECT id, Name FROM User WHERE isActive = true];
Flow Builder:
Video
Video does not exists.
Prev
You need to login to have access to the quizzes.
Next
Mastered by 17 users.
Apex vs Flows
A. Apex vs Flows Concepts
(53 lessons)
01 | Display Text (System.debug())
02 | Variable | String
03 | Variable | Number
04 | Variable | Boolean
05 | Variable | Date
06 | Variable | Datetime
07 | Variable | Record
08 | Variable | Record (Collection)
09 | Variable | String (Collection)
10 | Variable | Final Integer
11 | Math (Max) - Formula (Max)
12 | Assignment
13 | Decision
14 | Loop
15 | Collection Sort
16 | Collection Filter
17 | Create an Account
18 | Create Multiple Accounts
19 | Update Account
20 | Get ALL Accounts
21 | Get HOT Accounts
22 | Get Active Cold Accounts
23 | Get Cold or Inactive Accounts
24 | Get Accounts Contains Bank
25 | Get Accounts Starting with Bank
26 | Get Accounts Ends with Bank
27 | Get Non Active Accounts
28 | Get Accounts without Phone Number
29 | Get Accounts with Test Phone Numbers
30 | Delete Accounts Without Phone
31 | Delete a Collection (Accounts)
32 | Action | Create a New Case
33 | Action | Log a Call
34 | Action | New Account
35 | Action | New Contact
36 | Action | New Lead
37 | Action | New Note
38 | Action | New Opportunity
39 | Action | New Group
40 | Action | New Group (Add Member)
40 | Action | New Group (Add Record)
41 | Action | Send Email
42 | Action | Messaging | Post a Chatter
42 | Create a User
42 | Deactivate Users with Frozen Logins
42 | Get the Frozen User
43 | Deactivate System Administrator after 30 days inactivity
44 | Create a Permission Set
45 | Create and Assign a Permission set to all Identity Users
46 | Create Account if Not Exist
47 | Convert a Lead to an Account
48 | Update Account Rating to 'Hot' Trigger
60 | SubFlow
B. Apex vs Flow Exercises
(1 lessons)
01 | Create N Number of Records
Go to top