great video. thank you for helping me understand this.
@GBL92 ай бұрын
great video, thanks from Brazil
@bracyskinner98965 ай бұрын
Best explanation and example that I've seen for the explanation of when & how to use a junction object. Thank you.
@AvnishTiwariavnish9 ай бұрын
Best till date on this topic
@shobyshifu9 ай бұрын
Definitely a very clear explanation. Thank you.
@dustinfarris7248 Жыл бұрын
Great video, thank you!
@leedssource11 ай бұрын
So glad you enjoyed it! We're working on more videos this month - let us know if there is a topic you'd recommend us covering next!
@marcellothomaz2308 Жыл бұрын
Really great job... you've managed this to look simple, despite all possibilities and overlaps! Everyone should watch this video before working with security related topics in SF!
@leedssource11 ай бұрын
Thanks so much! We definitely take security seriously and are always recommending upgraded protocols. Let us know if there are any other topics we should cover next.
@kittyvonrosco8116 Жыл бұрын
As a visual learner, I always appreciate a whiteboard session esp if it's live scribed. The hand gestures, emphasis during explanation keeps me engaged. I also don't have a strong technical background, more functional and client-facing, so it's very helpful to see this explained with a data model/diagram in parallel with a business case/process. Please do more videos like this!
@leedssource11 ай бұрын
Thanks so much for the feedback! We also love the whiteboard and find it to be such a helpful learning tool. We're working on more videos this month!
@rahi187 Жыл бұрын
So much respect for you, your way of expalining is awsome.
@leedssource11 ай бұрын
Thanks, we appreciate that!
@rahi187 Жыл бұрын
Thank you so much, you have put really commendable effort!
@Zach-s5g Жыл бұрын
Is there anyway to query from master to detail?
@leedssource Жыл бұрын
Yes, using a sub query. Watch from here (kzbin.info/www/bejne/mKndZK2ap6llmqs) and if that doesn't help, let me know and I can try to explain more.
@kittyvonrosco8116 Жыл бұрын
One of the best videos I've come across on this subject, love how you peel the layers and help us visualize the overlaps.
@EranCohen-c6k Жыл бұрын
Awesome, helpful. I feel knowledgable now :)
@NicolasMontchery Жыл бұрын
This video is so misleading. Account and Contact is NOT a master detail relationship, it's a special beast on its own. I'd also advise anyone interested in learning Salesforce to only do so from Salesforce official documentation (Trailhead especially).
@arileeds7017 Жыл бұрын
I'm sorry that you found this to be misleading. This video never stated that Account and Contact had a master detail relationship. The ERD on the whiteboard was only being used as a basic relationship diagram at the beginning of the video for the sake of discussing object relationships in general with 2 objects that most people are familiar with. Sticking to trailhead alone does not always provide people with different learning styles a deep understanding of how things work as it can be very prescriptive. Many people who are 8x certified don't know how to face or troubleshoot real-world problems that don't look like what they learned in "the books". We always attempt to teach people the mechanics beyond face value so they can think more deeply about problems and solutions. If it's not for you, that's fine.
@yatin1370 Жыл бұрын
simple ,concise and to the point...Thanks
@Meta_Square Жыл бұрын
you are the best SF trainer.
@swatantrakatiyar8488 Жыл бұрын
How to make picklist vales specific to a record type..
@jayf1581 Жыл бұрын
super!
@CristhiamBerrios Жыл бұрын
Thank you so much. This is so clear, i needed this explination.
@1russianspy Жыл бұрын
Finally, this Salesforce sluster-F is explained in English which you can understand. Thank you, man!
@leedssource Жыл бұрын
You are very welcome!!
@sradanadam7011 Жыл бұрын
Great video, very helpful !!
@jerry-suhrstedt Жыл бұрын
sweet job... now I get it.
@Black_Phillip Жыл бұрын
I had Read, Edit, and View all access for Opportunities for a profile but when I created a conditional sharing rule to make certain opportunity records read only for users in the profile which I put in a public group they were still able to edit those records. What am I doing wrong?
@leedssource Жыл бұрын
Hi Black Phillip. The reason for that is because Sharing Rules can never reduce sharing, they can only add sharing beyond what a user already has. Because the profile already grants edit access, the sharing rule can't restrict it down to read-only if they already have access to these records based on sharing defaults. So, you also need to look at your Sharing defaults for Opportunity - is it public or private? The question you have to ask is: "what can these users already do before I created this sharing rule?". If the answer is that they can already edit these opportunities, then the sharing rule can't take that away. If they can't already edit these opportunities, then the sharing rule should be extending the "Read-only" access as you describe. But, I have a hunch that you are expecting the sharing rule to perform a conditional restriction and not a conditional extension. The bottom line is that your baseline from profiles, permissions and sharing defaults should always result to the strictest behavior, and then sharing can be extended beyond that behavior using sharing rules. I hope this helps.
@Black_Phillip Жыл бұрын
@@leedssource I understand it now. If you had edit access at the profile level but no sharing rule it would go by the OWD for records you don't own and go by the profile for records you do own unless you select view all or modify all which would affect access to all records. Also OWD and Sharing rules can't have access greater than your Profile level of access. So if the OWD for opportunities is read only, a sharing rule can open that up to read/edit for the records governed by OWD (i.e. records you don't own) as long as you have edit access for the object at the profile level.
@leedssource Жыл бұрын
Exactly right.
@yatin1370 Жыл бұрын
Wonderfully Explained, this is one of favourite questions of interviewers it seems
@kekennysaint2 жыл бұрын
Hi, I really love how you break down complex topics. Please can you do more videos centered around admin cert? Like flows and validation rules.
@leedssource2 жыл бұрын
Sure thing!
@chithraprakash83922 жыл бұрын
Looking forward to seeing more videos like this. Thank you
Thank you for your content. #salesforce #admin #salesforcedata #adminbasics
@sunriseeternity3002 жыл бұрын
Well Done. #salesforce #admin #salesforcelookup #enjoylife
@cplewis42 жыл бұрын
Great video! These are all screen flows. I am dealing with a record-triggered flow, so it's a bit different. I have a custom picklist field on the record that I want to set to a text value (the name of a related object). If the value is in the picklist, use it, if not, add it. I'm doing this because I want to use the Kanban view to group cases by this text value. Think this is possible?
@leedssource2 жыл бұрын
Unfortunately, to make this an actively available picklist value, you would have to use the metadata API, so it would not be possible from a flow. Any value added to the picklist using the flow would only become an inactive value (as long as its not a restricted picklist).
@NathaS2 жыл бұрын
I am so glad that I found your videos! Please keep creating great content. Thank you! 🙏
@NathaS2 жыл бұрын
Thank you for the great explanation! Note: as a mom i really could relate to the "child can not exist without the parents" never gone forget that one! ☺️
@Kimonica2 жыл бұрын
Thank you!!
@dimitriyg62082 жыл бұрын
Best explanation I've seen on here of the model
@sheesh53452 жыл бұрын
thank you
@arunselvan48592 жыл бұрын
First Like , First View
@chithraprakash22712 жыл бұрын
Thank you so much for this great video. You explained it very well.
@sheesh53452 жыл бұрын
thank you
@msadlsuust2 жыл бұрын
Is it possible for a non developer to view all the objects / fields that is currently accessible to them?
@leedssource2 жыл бұрын
Hi Tito. It really depends on your permissions. The permission you really need to see this is "access to setup" (top right gear icon in Lightning), but this is not generally an area that non-admins would have access to. Your field permissions are determined by your profile plus all of your permission sets - it can get bit heavy if you're looking for a consolidated list outside of just browsing your page layouts. We have actually have an app that does what you are looking for but it is geared towards admins. What is your position in your business and what kind of controls do you have over the environment? We can definitely chat further if you need additional assistance.
@dimitriyg62082 жыл бұрын
You’re back!! This brought a smile to my face. Keep em coming man, your approach to teaching is excellent 🤙🏻
@leedssource2 жыл бұрын
Thanks Dimitry! I should have another video out in a few days.
@dimitriyg62082 жыл бұрын
@@leedssource Awesome! I'm studying to the Admin exam and your explanations are the best I've seen so far. Thank you again.
@dimitriyg62082 жыл бұрын
Please make more instructional videos! Thank you so much for this one, very very informative. This topic is always absolutely confusing to those who are starting out.
@lucasguilhermerocha20302 жыл бұрын
Your Channel is very helpful and well done, congrats for the work! :)
@leedssource2 жыл бұрын
Thanks, Lucas! We are in the process of making new videos - look out in the next few months and let us know if there is a topic you'd like us to discuss next!
@dimitriyg62082 жыл бұрын
@@leedssource Validation Rules, Formulas, Flow/Process Builder, the list goes on haha
@Desireddysravan2 жыл бұрын
U way of teaching is really good . We expect more videos from you. Or else take sessions for freshers with some less fee sir ☺️
@leedssource2 жыл бұрын
Thank you! We plan to make many more videos coming up. Feel free to send us any recommended topics!
@Desireddysravan2 жыл бұрын
@@leedssource route to admin certification and app builder cerification from scratch . And how to build an app from scratch till deployment sir .
@leedssource2 жыл бұрын
Thanks for the feedback. We're staring up vid production again now so I'll have to consider these topics. They are pretty deep, so I'll have to think about how to best break it up.
@snehalkothe60552 жыл бұрын
Very well explained ❤️
@kiwislanguagejourney23543 жыл бұрын
Great explanation
@amrani_art3 жыл бұрын
Salesforce mystified
@sharmilajennas34693 жыл бұрын
A little confusing for me.
@leedssource3 жыл бұрын
Any part in particular that I can help clarify?
@babybooddha8883 жыл бұрын
@@leedssource Also, confusing for me. Account (parent) Project (child). Got that. But when or why or how did Account become child and Projects become parent?
@leedssource3 жыл бұрын
@@babybooddha888 Can you specify which part you are referring to? The Account is always the parent and the project is always the child. There's no point where they were reversed. If you can tell me which part you're talking about, maybe I can understand why it looks that way and can help clarify.
@babybooddha8883 жыл бұрын
@@leedssource "We also allowed to have the Account to have a child relationship back and that's called Project(s)"is where I got confused. I don't understand why you wrote in smaller lettering Account and Projects here. I do have comprehension issues so maybe its more of a me problem and I have to take it really slowly. I have something else I'd like to ask you about and thats about Hierarchal relationships. I don't know what is meant by User Object. I know you can create management chains between users but is management in reference to your clients management chains or sf management chains?
@babybooddha8883 жыл бұрын
@@leedssource Also, I'm wondering if I could have your email address to shoot you questions that I have. I can't access the community of Trailblazer for some reason and it would be nice to have someone who is not just a youtube video. I assume you're a busy guy, but if it's not a huge hassle, it would be so helpful! I totally understand if you can't. Thanks.
@chandanmishra99163 жыл бұрын
Well explained, you made it easy
@leedssource3 жыл бұрын
Thank you, Chandan! We're working on some more videos now - please let us know if there are any topics you're interested in.
@shrishtydhiman98893 жыл бұрын
Helpful,Thanks!!
@leedssource2 жыл бұрын
Great to hear! We are in the process of making new videos - look out in the next few months and let us know if there is a topic you'd like us to discuss next!