Free Salesforce Admin Certification Training for Beginners. Are you a college student or someone without any prior experience in Salesforce looking to learn Salesforce for free? This training is specially for you! Follow this Do It Yourself style training and learn Salesforce and pass Salesforce Admin Certification in less than 3 months.
Summary and recording for Session 2 of Free Salesforce Administrator Certification Training by Forcepective held on 15 Jan 2022.
1. Agenda
- Objects
- Object Relationships
- Lightning App Builder
2. Objects
- Salesforce objects are database tables that permit you to store the data specific to an organization
- Standard Objects – are objects that are included with Salesforce. Example: Account, Contact .
- Custom Objects – are objects that you create to store information that’s specific to your company or industry. Example: Insurance Policy
- Fields – Attributes of object
- Standard Fields
- Custom Fields
- Field Data Types
- Page Layout – controls the layout and organization of buttons, fields, custom links, and related lists on object record pages. They also help determine which fields are visible, read only, and required.
- Record Types – allows you to have different picklist values and page layout for different profiles.
3. Object Relationships
- Object relationships – special field type that connects two objects together.
- Lookup Relationship – links two objects together so that you can “look up” one object from the related items on another object.
- Master Detail Relationship – one object is the master and another is the detail. The master object controls certain behaviours of the detail object, like who can view the detail’s data.
- Schema Builder – tool that lets you visualize and edit your data model.
4. Lightning App Builder
- The Lightning App Builder is a point-and-click tool to create custom pages.
- Lightning Page Types
- App Page – app home page where they can quickly access the objects and items.
- Home Page – pages with features relevant to specific types of users.
- Record Page – a customized version of an object’s record page.
5. Activity List
5.1 Create a Custom object Insurance Policy
- Object Name: Insurance Policy
- Record Types:
- Home Insurance
- Auto Insurance
- Custom Fields
Name | Data Type | Details |
---|---|---|
Record Name: Policy # | Auto Number | Display Format: P-{000000} Starting Number: 1 |
Premium Amount | Currency | (16, 2) |
Status | Picklist | New Active Closed |
Duration | Picklist | 6 Months 12 Months |
Start Date | Date | |
End Date | Date | Start Date + 12 Months ADDMONTHS( Start_Date__c, 12) |
Insured | Lookup | Contact |
5.2 Create Object Relationship
- Lookup to Contact
5.3 Enable Field History Tracking
- Enable field history tracking for following Fields
- Status
- Premium Amount
- Insured
5.4 Create Validation Rule
- Create a validation rule: If Status is Active then Premium cannot be less than or equal to zero
- Formula: AND ( Premium_Amount__c <= 0, ISPICKVAL(Status__c, “Active”))
5.5 Create Custom Tab
- Create a Tab for Insurance Policy Object
5.6 Create Path
- Create a new Path of Insurance Policy Object
- Field Status
5.7 Create a List View
Create a custom list view
5.8 Create Custom App
- Create Forcpective Insurance App
6. Assignments to be completed before next session
Object Manager and Lightning App Builder 20% (12 Questions)
- Data Modeling
- Object Relationships Overview
- Lightning Experience Customization
- Customize a Salesforce Object
- Notes on Changing Custom Field Types
- Lightning App Builder
- Formulas and Validations
7. Useful Links
- Trailhead URL: https://trailhead.salesforce.com
- Developer Org Signup URL: https://developer.salesforce.com/signup
- What is Salesforce Admin?: https://trailhead.salesforce.com/career-path/admin
- Admin Certification Guide: https://trailhead.salesforce.com/help?article=Salesforce-Certified-Administrator-Exam-Guide
- How to get Free Salesforce Certification Voucher?: http://304.d65.myftpupload.com/how-to-get-salesforce-certification-voucher/
- Admin Certification Trailmix: https://trailhead.salesforce.com/en/users/strailhead/trailmixes/prepare-for-your-salesforce-administrator-credential
8. Session Recordings
8.1 Salesforce Admin Certification Training Session 2
9. Free Salesforce Administrator Certification Training Blogs
- Session 1 – Salesforce Admin Certification Training
- Session 2 – Free Salesforce Administrator Certification Training for Beginners
- Session 3 – Free Salesforce Administrator Certification Training for Beginners
- Session 4 – Free Salesforce Administrator Certification Training for Beginners
Please let you know in comments if you found this Free Salesforce Admin Certification useful!