Assessment 2
Assessment 2
Create a custom object: This module introduces the fundamentals of Objects in Salesforce.
Key Concepts:
• Object: An object is like a table in a database. It stores data in rows and
columns.
o Standard Objects: Provided by Salesforce (e.g., Account, Contact,
Opportunity).
o Custom Objects: Created by users for specific business needs (e.g.,
Invoice__c, Project__c).
Example: A "Student" object might store data about each student.
Key Concepts:
Create Object Relationships: This module introduces different types of object relationship
and their typical use cases and creating or modifying lookup/master-detail relationship.
Key Concepts:
• Object relationships are a special field type that connects two objects together.
o Lookup Relationship links two objects together so that one can “look
up” one object from the related items on the other field. Can be 1 to
Many or Many to Many.
o Master-details Relationship are a bit tighter, one object is the master
and another is the detail. The master contains the certain behaviour of
the detail object
• Creating relationships of both types lookup & master-details between objects.
Work with Schema Builder: This module introduces advantages of using schema for data
modelling. Creating and adding custom objects/fields to a schema.
Key Concepts:
• Schema Builder is a tool that lets you visualize and edit your data model. It’s
useful for designing and understanding complex data models
• Schema Builder gives a visual representation of objects, fields and their
relationships.