Object Manager and Lighting App Builder 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 intergrated.
What are roll-up summery 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 customer object?
The name field is a standard field that is added to custom objects to identify records. It can be a 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
Many-to-many is a type of mater-detail relationship between objects.
If there is a needs to relate several teachers to serval 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 lookups
What is a self relationship?
A lookup to a different record of the same object
Which relationship do the records inherit the security and sharing setting of the parent record?
Mater-detail
IN a master-detail relationship between a standard and custom object, which object must be the parent?
The standard object
What is an app in Salesforce?
An app is a collection of tabs made visible to certain profiles. Salesforce come with standard apps, or custom apps can be created.
What can be controlled in a page layout?
Layout of fields, buttons, links, publisher actions, report charts, Visualforce and related lists; related list fields, sort order and buttons
What are record types used for?
Record types are used when one object has different types or is used for different purposes. Record types allow different picklist values, page layouts and 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 solution.
How are business processes defined and used?
Values for the status field are selected for a business process from the master picklist values, The bushiness process is then assigned to record type.
What happens when a custom filed is deleted?
The field and data is delated temporarily. The field and the data can then be permanently deleted (erased) or undeleted (restored). After 15days, Salesforce will permanently delete,
How can formula fields be created?
As simple formula, using merge fields and operators, or as an advanced formula using merge fields, operators and a range of functions.
When would creating a formula filed be appropriate?
When a read-only filed is required and that is calculated based on values of fields (including fields in related objects) or based on a defined formula
Why must an administrator be cautious when changing filed types?
Data loss may occur
Why would an administrator create a Path?
To provide visual guidance for helping a user move throughs steps in a business process in Lighting Experience for custom and certain standard objects
What’s the difference between record types and business processes?
Record types control the page layout and picklist values based on the selection of record type. Business process controls stages and then picklist values based on the stage of certain objects.
Which type of custom filed can be created to store information about the preferred contact hours of a customer?
Time