- 90
- 430 183
Salesforce Made Simple
United States
Приєднався 4 гру 2016
I’m an 15x Certified Salesforce Administrator, Developer, & Architect. I'm also a featured success story on David Liu’s SFDC99 blog. I've been using Salesforce for 7+ years and currently work as a Salesforce Consultant for Financial Service Companies.
How to Use Custom Metadata in Salesforce Flow [FULL Example for 2024]
Learn how to build and use Salesforce Custom Metadata in a Flow with this simple use-case.
0:00 Build the screen flow
9:19 How to create and setup custom metadata
17:40 How to use custom metadata in a screen flow
🏆 Join the Salesforce Saturday Email for weekly tips from me (Free):
www.nickfrates.com/blog
💰 Learn how to build flows like this in the Salesforce Flow course over 13,000 Salesforce professionals like you have taken:
www.nickfrates.com/2025-salesforce-flows
custom metadata salesforce flow
custom metadata type in salesforce tutorial
salesforce custom metadata
create a custom metadata record salesforce
salesforce flow custom metadata
salesforce flow metadata
salesforce screen flow
custom metadata in salesforce with scenario
custom metadata type in salesforce tutorial
what is custom metadata in salesforce
how to create custom metadate in salesforce
how to get value from custom metadata in salesforce
what is custom metadata in salesforce with example
#salesforce #salesforcetutorial #salesforceforbeginners #salesforceadmin #salesforcetutorials #salesforceflow
0:00 Build the screen flow
9:19 How to create and setup custom metadata
17:40 How to use custom metadata in a screen flow
🏆 Join the Salesforce Saturday Email for weekly tips from me (Free):
www.nickfrates.com/blog
💰 Learn how to build flows like this in the Salesforce Flow course over 13,000 Salesforce professionals like you have taken:
www.nickfrates.com/2025-salesforce-flows
custom metadata salesforce flow
custom metadata type in salesforce tutorial
salesforce custom metadata
create a custom metadata record salesforce
salesforce flow custom metadata
salesforce flow metadata
salesforce screen flow
custom metadata in salesforce with scenario
custom metadata type in salesforce tutorial
what is custom metadata in salesforce
how to create custom metadate in salesforce
how to get value from custom metadata in salesforce
what is custom metadata in salesforce with example
#salesforce #salesforcetutorial #salesforceforbeginners #salesforceadmin #salesforcetutorials #salesforceflow
Переглядів: 1 650
Відео
Salesforce Screen Flow Lookup Component [2024 Examples]
Переглядів 1,6 тис.4 місяці тому
Learn how to master the Screen Flow Lookup Component (fast). 🏆 Join the Salesforce Saturday Email for weekly tips from me (Free): www.nickfrates.com/blog 💰 Learn how to build flows like this in the Salesforce Flow course over 13,000 Salesforce professionals like you have taken: www.nickfrates.com/2025-salesforce-flows lookup component salesforce flow lookup component in flow lookup screen compo...
How to Convert a Lead in Salesforce Flow (EASY)
Переглядів 2,1 тис.5 місяців тому
Learn how to convert a lead in a Salesforce screen flow by quickly copy and pasting this code into your environment! CODE: gist.github.com/nickfrates/3be9fc4df4afcd38dfc3bd8d663a5f3c 🏆 Join the Salesforce Saturday Email for weekly tips from me (Free): www.nickfrates.com/blog 💰 Learn how to build flows like this in the Salesforce Flow course over 13,000 Salesforce professionals like you have tak...
Salesforce Flow: Data Table SECRETS (3 Tricks)
Переглядів 4 тис.5 місяців тому
Learn how to configure the data table component inside a Salesforce Screen flow. 3 Tricks 1) Use Formula fields to provide hyperlinks, images, or access cross object fields 2) Data Tables can be good for getting around some license limitations 3) Inline editing isn't available natively (yet) so using a 3rd party component like the one at the link below is recommended if you need that unofficial...
Most Salesforce admins don't know this about reports...
Переглядів 5188 місяців тому
Learn how to query for private reports and dashboards as a Salesforce administrator. Report Query SELECT Id, Name, CreatedBy.Name FROM Report USING SCOPE allPrivate Report Grouping Query SELECT CreatedBy.Name, COUNT(Id) reportCount FROM Report USING SCOPE allPrivate GROUP BY CreatedBy.Name ORDER BY COUNT(Id) DESC Dashboard Query SELECT Id FROM Dashboard USING SCOPE allPrivate Lighning Inspector...
How to Upload Files in Salesforce Flow (REQUIRED field example)
Переглядів 7 тис.8 місяців тому
How to use the file upload component in Salesforce Screen Flows. Learn how to make the file upload required and how to get it working with only a single screen. Overview 0:00 Make it required 5:04 Get it working on a single screen 12:33 Final review 21:26 🏆 Join the Salesforce Saturday Email for weekly tips from me (Free): www.nickfrates.com/blog 💰 Learn how to build flows like this in the Sale...
Bypass ANY Salesforce Validation Rule (2024)
Переглядів 2,4 тис.8 місяців тому
Create a custom permission that lets you bypass validation rules in Salesforce. This is helpful if you want to run a data load or exempt certain users from triggering a specific validation rule. 🏆 Join the Salesforce Saturday Email for weekly tips from me (Free): www.nickfrates.com/blog 💰 Learn how to build flows like this in the Salesforce Flow course over 15,000 Salesforce professionals like ...
How to Create a Dynamic List View in Salesforce
Переглядів 2,1 тис.9 місяців тому
Quickly create a dynamic list view in Salesforce using a formula field to filter each record with another field. 🏆 Join the Salesforce Saturday Email for weekly tips from me (Free): www.nickfrates.com/blog 💰 Learn how to build flows like this in the Salesforce Flow course over 15,000 Salesforce professionals like you have taken: www.nickfrates.com/2025-salesforce-flows how to create a dynamic l...
Salesforce Flow Builder Tutorial (Episode 56) - Challenge 5 Summary
Переглядів 60110 місяців тому
We recap all we learned about Salesforce Flows in Challenge 5. This playlist is a free preview of a more complete 19-hour course. 💰 Learn how to build more flows like this in the Salesforce Flow course over 15,000 Salesforce professionals like you have taken: www.nickfrates.com/2025-salesforce-flows 🏆 Join the Salesforce Saturday Email for weekly tips from me (Free): www.nickfrates.com/blog Get...
Salesforce Flow Builder Tutorial (Episode 55) - Flow vs Quick Actions
Переглядів 67910 місяців тому
We discuss a best practice that good Certified Salesforce Administrators and Salesforce Flow builders use which is to find the right tool for a job. In this video we cover an alternative solution an explore the philosophy of building solutions on the Salesforce platform. This playlist is a free preview of a more complete 19-hour course. 💰 Learn how to build more flows like this in the Salesforc...
Salesforce Flow Builder Tutorial (Episode 54) - Build Flow to Update Related Records
Переглядів 75010 місяців тому
Two out of three Salesforce Flows have been built and now its time for the final flow in the challenge. Here, we using a record triggered flow to update related Opportunity records when an Account changes in Salesforce. This playlist is a free preview of a more complete 19-hour course. 💰 Learn how to build more flows like this in the Salesforce Flow course over 15,000 Salesforce professionals l...
Salesforce Flow Builder Tutorial (Episode 53) - Test Our Before Save Flow
Переглядів 58010 місяців тому
We test our before save flow and learn an important lesson about optimizing for fast field updates. This playlist is a free preview of a more complete 19-hour course. 💰 Learn how to build more flows like this in the Salesforce Flow course over 15,000 Salesforce professionals like you have taken: www.nickfrates.com/2025-salesforce-flows 🏆 Join the Salesforce Saturday Email for weekly tips from m...
Salesforce Flow Builder Tutorial (Episode 52) - Build Our Before Save Flow
Переглядів 61910 місяців тому
After we've successfully tested our loop flow, we can move on to building a before save record triggered flow that will populate the fields Pedro requested we populate on a new Opportunity. All we need is one assignment element! This playlist is a free preview of a more complete 19-hour course. 💰 Learn how to build more flows like this in the Salesforce Flow course over 15,000 Salesforce profes...
Salesforce Flow Builder Tutorial (Episode 51) - Testing Our Opportunity Notes Flow
Переглядів 68510 місяців тому
We've configured our Salesforce Flow and now we need to test our flow in Salesforce! This playlist is a free preview of a more complete 19-hour course. 💰 Learn how to build more flows like this in the Salesforce Flow course over 15,000 Salesforce professionals like you have taken: www.nickfrates.com/2025-salesforce-flows 🏆 Join the Salesforce Saturday Email for weekly tips from me (Free): www.n...
Salesforce Flow Builder Tutorial (Episode 50) - Using a Record Collection
Переглядів 99010 місяців тому
Previously we configured our loop element and our assignment logic, and now we need to use a record collection variable to store our records and then update them with an update element. This playlist is a free preview of a more complete 19-hour course. 💰 Learn how to build more flows like this in the Salesforce Flow course over 15,000 Salesforce professionals like you have taken: www.nickfrates...
Salesforce Flow Builder Tutorial (Episode 49) - Build Our Loop
Переглядів 75410 місяців тому
Salesforce Flow Builder Tutorial (Episode 49) - Build Our Loop
Salesforce Flow Builder Tutorial (Episode 48) - Opportunity Notes Record Triggered Flow
Переглядів 75010 місяців тому
Salesforce Flow Builder Tutorial (Episode 48) - Opportunity Notes Record Triggered Flow
Salesforce Flow Builder Tutorial (Episode 47) - Build Fields
Переглядів 69510 місяців тому
Salesforce Flow Builder Tutorial (Episode 47) - Build Fields
Salesforce Flow Builder Tutorial (Episode 46) - Challenge Overview
Переглядів 70910 місяців тому
Salesforce Flow Builder Tutorial (Episode 46) - Challenge Overview
Salesforce Flow Builder Tutorial (Episode 45) - Wrap Up Loop Overview
Переглядів 73510 місяців тому
Salesforce Flow Builder Tutorial (Episode 45) - Wrap Up Loop Overview
Salesforce Flow Builder Tutorial (Episode 44) - Loops in Action
Переглядів 1,8 тис.10 місяців тому
Salesforce Flow Builder Tutorial (Episode 44) - Loops in Action
Salesforce Flow Builder Tutorial (Episode 43) - Loops Overview
Переглядів 1,1 тис.10 місяців тому
Salesforce Flow Builder Tutorial (Episode 43) - Loops Overview
Salesforce Flow Builder Tutorial (Episode 42) - Recap
Переглядів 79410 місяців тому
Salesforce Flow Builder Tutorial (Episode 42) - Recap
Salesforce Flow Builder Tutorial (Episode 41) - Put a Flow in a Navigation Utility Item
Переглядів 1,2 тис.10 місяців тому
Salesforce Flow Builder Tutorial (Episode 41) - Put a Flow in a Navigation Utility Item
Salesforce Flow Builder Tutorial (Episode 40) - Lookup Component
Переглядів 1,7 тис.10 місяців тому
Salesforce Flow Builder Tutorial (Episode 40) - Lookup Component
Salesforce Flow Builder Tutorial (Episode 39) - Roll Back Element
Переглядів 1 тис.10 місяців тому
Salesforce Flow Builder Tutorial (Episode 39) - Roll Back Element
Salesforce Flow Builder Tutorial (Episode 38) - Fault Element
Переглядів 1 тис.10 місяців тому
Salesforce Flow Builder Tutorial (Episode 38) - Fault Element
Salesforce Flow Builder Tutorial (Episode 37) - Record Single Variable
Переглядів 96410 місяців тому
Salesforce Flow Builder Tutorial (Episode 37) - Record Single Variable
Salesforce Flow Builder Tutorial (Episode 36) - Screen Flow Call Script
Переглядів 1,2 тис.10 місяців тому
Salesforce Flow Builder Tutorial (Episode 36) - Screen Flow Call Script
Salesforce Flow Builder Tutorial (Episode 35) - Build Fields on Lead
Переглядів 85310 місяців тому
Salesforce Flow Builder Tutorial (Episode 35) - Build Fields on Lead
same video as 2 years ago ...
Is there a way this to add to all of my validation rules in bulk?
Thank you for this! Broke my brain about 50 ways on the document link after record creation
what is the difference between Assignment Element and Update Element ? when to use Assignment? when to use Update record element?
Hey Nick, I’m at 3:35 and realized I don’t have a rollback option. I know it’s been almost a year since the release of this video. Did they remove this option?
This series is fantastic! I highly recommend going through the whole thing. Also, make sure to drop a like. It deserves more love and attention than it's currently getting.
This series is fantastic! I highly recommend going through the whole thing. Also, make sure to drop a like. It deserves more love and attention than it's currently getting.
This series is fantastic! I highly recommend going through the whole thing. Also, make sure to drop a like. It deserves more love and attention than it's currently getting.
This series is fantastic! I highly recommend going through the whole thing. Also, make sure to drop a like. It deserves more love and attention than it's currently getting.
This series is fantastic! I highly recommend going through the whole thing. Also, make sure to drop a like. It deserves more love and attention than it's currently getting.
This series is fantastic! I highly recommend going through the whole thing. Also, make sure to drop a like. It deserves more love and attention than it's currently getting.
This series is fantastic! I highly recommend going through the whole thing. Also, make sure to drop a like. It deserves more love and attention than it's currently getting.
This series is fantastic! I highly recommend going through the whole thing. Also, make sure to drop a like. It deserves more love and attention than it's currently getting.
This series is fantastic! I highly recommend going through the whole thing. Also, make sure to drop a like. It deserves more love and attention than it's currently getting.
This series is fantastic! I highly recommend going through the whole thing. Also, make sure to drop a like. It deserves more love and attention than it's currently getting.
This series is fantastic! I highly recommend going through the whole thing. Also, make sure to drop a like. It deserves more love and attention than it's currently getting.
Great video! Questions... is it possible to be able to get the link of that attachment being uploaded into the record being created?
Thank you for making this course! It has taken something that was intimidating and made it understandable. Appreciate the time and effort that went into creating this!
Great series, I have found it very helpful. It appears the Lookup field no longer functions this way. I'm trying to follow along but keep getting errors.
Rather than showing debugging can you show how it works in Salesforce org , running the examples? Thank you
Thank you so much for this video. I was trying to learn how to create an alert for duplicate account records on website domain and this is what I needed. Thank you sooo much!.
Great descriptions. I love that you walked through the process of what you are trying to achieve, then how, and included the errors we can all make.
Thanks. How to add '+ New Contact' option if we not found contact?
Thanks for the tutorial but it didn't work for me when I tested it in incognito mode. I put the flow on a public experience page for site guest users and it doesn't allow them upload any files
Very nice explanation with the example. Thanks.
THIS WAS SO AMAZING and SO incredibly helpful - THANK YOU!
Very very helpful videos, thank you very much, you are a great teacher.
I thought someone downloaded the course that I've bought on udemy and uploaded it in UA-cam for free... But it's the instructor who did it 😂
Cool Cool cool/ Very cool. I extremely need to understand how the flows work
Finally a SF video with real life business case and we'll explained. Thank you.
This error occurred when the flow tried to create records: INVALID_CROSS_REFERENCE_KEY: invalid cross reference id. You can look up ExceptionCode values in the SOAP API Developer Guide.
This worked great in Debug but when I put it in an Experience Site I was seeing issues, it is not seeing the ContentDocument IDS when it Loops the files
Hi yeah even I'm facing the same issue. If you got any solution please let me know
@@kishore597 This way puts the Upload Screen after the creation and made it all work.
Thank you so much! Very helpful.
Very didactic and you make everything simple. Congratulations!
Thanks Nick for this because i have used it and it works great but I have a question: Do you know how we can dynamically set the Screen Flow's Data Table Columns so they match the List View columns since users may want to used different list views with different field selection (Can it be done declaratively?)? Thanks
Gracias! Something to add to my portfolio
Simple way and Super explanation bruhh😍😍
This is simply amazing and you have made it so simple to understadn thank you !!
This is a horrible component for the case of updating the Case Owner. The attritbues are too ambiguous. And during debuging, the new value i selected for that component is not captured in its output variables both automatically or a manual assignment through one of my flow variables. If you're trying to update the owner of a case record using this component it will not work.
How can I update the content version from here. Could you please check that. I need to update the file custom field from here
What about "Check for Matching Records"?
Thanks this video was super helpful, I am having issues with uploading files in a Screen Flow on a Experience Site? I know it has to do with access but not sure exactly. Thoughts???
Hi! Why didn’t you use details as a default tab instead?
Thank you I am learning it now , following your tutorials really help me to improve my knowledge on the flow . ❤❤❤
This is great!
HI Please help. I get a "You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary." error when I try to debug the flow as a Partner Community User.
How to make it required for the user before clicking Finish?
Hi- Great training - With the salesforce winter 25 release, some options have changed, e.g, when we create a record, will you update your videos to include the 25 release changes?
I want to add new records option how do i do that in look up field?
Very helpful, thank you