Objects & Fields Flashcards
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
How many lookup fields can you have in an object?
40
How many master-detail fields can you have in an object?
2
What type of field allows you to summarize data (sum, max, min) from detailed records in the master object records?
Rollup summary fields
Can you revert back to lookup relationship once roll up field is created in the master object records?
No
What relationship allows each record of an object to be linked to multiple records from another object and vice versa?
Many to Many relationships
What kind of object do you need to create to have many-to-many relationship?
Junction Object