Standard and custom objects Flashcards
What can be customized for standard fields?
Field labels, field help, picklist values, auto number formatting
What are the main custom field attributes?
Field type, default value, required, unique and case-sensitive
What is an external ID?
A field that contains a unique identifier from an external system and can be used for matching records when data is imported or integrated.
What are roll-up summary fields?
Fields defined on a master object that sum, return the min, max or count of a field in a related detail record
What must be configured when creating a custom object?
The name field is a standard field that is added to custom objects to identify records. It can be text or auto number.
What are the two types of relationships that salesforce supports?
In salesforce, there are two types of relationships between objects: lookup and master-detail.
Many to many is a type of “master detail relationship” between objects.
If there is a need to relate several teachers to several different classes, what type of relationship is this and what type of lookup is needed?
A many to many relationship, needing a junction object for the lookup’s.
(Note a many to many relationship is a type of master detail relationship between objects.)
What is a self relationship?
They lookup to a different record of the same object
Which relationship to the records inherit the security and sharing settings of the parent record?
Master detail
In a master detail relationship between a standard and a custom object, which object must be the parent?
The standard object
What can be controlled in a page layout?
Layout of fields, buttons, links, publisher actions, report charts, Visual force and related lists; related list fields, sort order and buttons
What can record types be used for?
Record types are used when one object has different types. (Data types)
Record types allow different picklist values, page layouts in business processes to be defined.
What is a business process?
A business process is a way to capture the lifecycle of leads, opportunities, cases and solutions.
How are business processes defined and used?
Values for the status field are selected for a business process from the master picklist values. The business process is and then assign to a record type.
Why must an administrator be cautious when changing field types?
Data loss may occur.