Data Model Flashcards
Who creates standard fields, standard objects, and standard relationships?
Salesforce
Can a custom object have a standard field on it?
Yes
System Mod Date, Created by Id
Can a custom object have a standard relationship with a standard object?
Yes
User lookup to OwnerId
Can a standard object have custom fields?
Yes
Can a standard object have a custom relationship?
Yes
Can two standard objects have a custom relationship
Yes
Who creates custom fields, custom objects, and custom relationships?
Salesforce Admins, Developers
Which relationship requires a parent reference on the child record?
Master-detail
What is each objects primary key in Salesforce?
Record Id
For a lookup relationship is a parent field on child required?
Maybe. You can make it a required field.
Which data loading tool allows you to choose whether or not to trigger workflow rules?
Data Import Wizard
Which objects does Data Import Wizard allow you to access?
Account Contact Lead Solution Campaign Member Custom Objects Salesforce Ids External-Unique Ids
Which data loading tool would you have to use to load objects such as products or opportunities
Apex Data Loader
Which data loading tool allows you to schedule imports?
Apex Data Loader
Which data loading tool allows you to save mappings for later use?
Apex Data Loader
Which data loading tool will allow you to export or delete data?
Apex Data Loader
Can fields be hidden in Schema Builder?
No
Universal Containers has tried the Schema Builder but found that it has long loading times and objects are difficult to find because there are too many objects and relationships displayed.
What features would you suggest to help with this issue?
Choose 3
A. The filter can be used to display only objects of interest
B. The map can be used to navigate to objects of interest
C. Activate lightweight mode in the Schema Builder settings
D. If the Hide Relationships option is selected, performance is improved
E. Fields can be hidden and only the objects displayed
A. The filter can be used to display only objects of interest
B. The map can be used to navigate to objects of interest
C. Activate lightweight mode in the Schema Builder settings
Does Schema Builder have a lightweight mode?
No