Salesforce Training Session2

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 31

Salesforce

Nikhil Bhandari

Session 2

Users

Users
Roles
Profiles

Create user with different roles and profiles.

Objects (Tables in RDMS)


Standard Objects
Accounts
Leads
Opportunity etc
Custom Objects
Depending on the Org need e.g. Classroom,
Courses, Recruitment

Fields (Columns in RDMS)

School
Name (Text)
Address (Text
Area)
Phone (Phone)
Total Class
Rooms (Roll Up
Summary)

1 to Many
(Master
Detail)
Classroom
Name (Text)
Room
Number(Number)
SchoolName(Mas
ter Rel )

Staf
Name (Text)
Role (Picklist)
Phone (Phone)

1. Create the above objects


2. Create a Master Relationship
3. Create a Roll Up Summary on School Obj to aggregate the
number of classrooms

Case(Already exists)

1 to Many
(Look Up)
Bugs
Id(Number)
Description(Text
Area)
CaseNo(Look Up
Rel )

1. Create the above objects


2. Create a LookupRelationship

You might also like