I *think* I've copied and kept all of the additional links that Katrin has provided to us. Here's what I have so far. I'll try to keep this updated week to week and if I've missed anything, please add it below.
Salesforce Video links And Resources
8/28/20
Object Relationships:
https://www.youtube.com/watch?v=A7AEc-B2PKQ
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/relationships_among_objects.htm
https://help.salesforce.com/articleView?id=overview_of_custom_object_relationships.htm&type=0
Master Detail vs lookup Relationship:
https://developer.salesforce.com/forums/?id=906F0000000BXZBIA4
https://help.salesforce.com/articleView?id=overview_of_custom_object_relationships.htm&type=5
https://success.salesforce.com/answers?id=90630000000h3g2AAA
9/2/20
Security Things:
https://trailhead.salesforce.com/en/super_badges/superbadge_security
Project: Protect your Data in SF:
https://trailhead.salesforce.com/en/content/learn/projects/protect-your-data-in-salesforce
Keep data secure in a recruiting App:
https://trailhead.salesforce.com/en/content/learn/projects/keep-data-secure-in-a-recruiting-app
Security And Access: Who See's What series:
https://www.youtube.com/watch?v=GOIPH0aLY0E&list=PLnobS_RgN7JblbKvcMjzZUd_RPdEYwiME
FLS and deleting fields:
Network Access, session settings and Profile IP restrictions:
https://help.salesforce.com/articleView?id=000333031&type=1&mode=1
Folders in Salesforce:
https://help.salesforce.com/articleView?id=customize_folders.htm&type=5
Profile:
https://help.salesforce.com/articleView?id=admin_userprofiles.htm&type=5
Permission Set:
https://help.salesforce.com/articleView?id=perm_sets_overview.htm&type=5
IP Restrictions and Trusted IP:
https://help.salesforce.com/articleView?id=admin_loginrestrict.htm&type=5
https://help.salesforce.com/articleView?id=mc_si_update_ip_ranges.htm&type=5
9/9/20
Record Types/Business Processes
https://trailhead.salesforce.com/en/content/learn/projects/customize-a-salesforce-object
https://help.salesforce.com/articleView?id=customize_recordtype.htm&type=5
https://trailhead.salesforce.com/content/learn/projects/customize-a-sales-path-for-your-team
Chatter vs. Docs vs. Content:
https://help.salesforce.com/articleView?id=collab_files_differences.htm&type=5
9/11/20
Cross object formulas are built on the child object (in a parent/child relationship) and simply display field data from the parent, on the child. Because they are formula fields, they are ready only. https://help.salesforce.com/articleView?id=customize_cross_object.htm&type=5
Lookup fields create a loose relationship between two records. They are also built on the child. In contrast, users can edit lookup fields and search for a record to associate. Lookup fields also appear in the interface as a clickable field that navigates you to the associated record. https://help.salesforce.com/articleView?id=custom_field_types.htm&type=5
Rollup summary fields are build on the master (parent) in a Master-Detail (tight relationship). They can also be created on a select list of standard related objects (see link). Rollup summary fields calculate values from related child records. https://help.salesforce.com/articleView?id=fields_about_roll_up_summary_fields.htm&type=5
https://trailhead.salesforce.com/en/content/learn/projects/customize-the-ui-for-a-recruiting-app
Hi: Is there an update to this list? Is this the final list of links I am studying for the Salesforce Administrator exam. Thank you.