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