Objects & Fields Flashcards
(31 cards)
Table in Excel is called what in Salesforce?
Object
Column of table is called what in Salesforce?
Fields
Row of table is called what in Salesforce?
Record
Can you permanently remove records from standard object?
No
Can you permanently remove records from custom object?
yes
Can you change grant access to standard object using hierarchies sharing rules?
No
Can you change grant access to custom object using hierarchies sharing rules?
yes
Can you delete the standard object?
no
Can you delete the custom object?
yes
Can you delete the standard fields?
No
Can you remove standard fields from page layout?
Yes
Is formula field read-only?
Yes
What is the text size limit of formula field?
3,900 characters
What is the compiled text size limit of formula field?
5,000 characters
What type of fields can have one to many relationships?
Lookup Relationship
Master-Detail Relationship
In lookup relationship, what happens to child records if parent records get deleted?
child records remain in the system
In lookup relationship, does child record inherit parent record sharing and security setting?
No, they have their own sharing and security setting
in master-detail relationship, what happens to child records if parent records get deleted?
child records also get deleted
In master-detail relationship, does child record inherit parent record sharing and security setting?
Yes
What type of relationship between object is required to create roll-up summary?
Master-Detail relationship
Does Salesforce require Master-Detail field in the page layout?
Yes
Does Salesforce require lookup field in the page layout?
No
Can standard object become detail in master-detail relationship?
No
Can standard object become detail in lookup relationship?
Yes