Admin Beginner Flashcards
What are object relationships?
Object relationships are a special field type that connects two objects together.
What is a look-up relationship?
the relationship between two objects.
What is a master relationship?
one object is the master and another is the detail
Give examples of a look-up relationship
one-to-one and many-to-one
Give a detailed view of a master relationship.
master object controls certain behaviors of the detail object, like who can view the detail’s data.
What is the difference between a hierarchy relationship and a look-up relationship?
The main difference between the two is that hierarchical relationships are only available on the User object.
What is the difference between a master relationship and a hierarchy relationship?
The main difference between the two is that hierarchical relationships are only available on the User object.
Define app in Salesforce
An app in Salesforce is a set of objects, fields, and other functionality that supports a business process.
Who is Salesforce?
is a cloud company.
what format is used in Salesforce?
(csv)
Name the main methods Salesforce uses for importing data.
- Data Import Wizard.
2. Data Loader
Explain what is Data Loader.
a client application that can import up to five million records at a time, of any data type, either from files or a database connection.
How can Data Loader be operated?
Through command line or user interface.
What is needed for Data Loader to automate import processes using API?
Specify data source, field mappings, and other perimeters via configuration files
Define Data Import Wizard.
this tool, accessible through the Setup menu, lets you import data in common standard objects, such as contacts, leads, accounts, as well as data in custom objects.