Salesforce Admin Certification
Save
Students also studied
Flashcard sets Study guides
Salesforce Admin Certification Salesforce Admin Certification NS SuiteFoundations
Teacher 176 terms 173 terms Teacher 60 terms
Kelvin_Muriuki5 Preview jl3254 Preview collinsingati08
How many custom fields can be Up to 800 custom fields per object for unlimited Edition.
created on an object?
.Child records must have a parent
.Record level security cascades from the parent to the child
records
Master-Detail Relationships .Record deletion cascades from the parent to the child records
(delete the parent, the child is also deleted)
.Roll-up summary fields can be created on the parent record
.Standard objects cannot be the detail object in the relationship
.A parent isn't needed, meaning the relationship is optional
.There is no impact to security. Security will be set independent
Look-up relationships
of any related object
.Roll-up summary fields can not be created on lookup fields
Can display the sum, min, or max value of a field in a related list,
What is the roll-up summary or the record count of all records listed in a related list.
fields limit?
10
is any set of literal values, variables, sub-expressions, or
operators that can be resolved to a single value. Method calls
Visualforce expression aren't allowed in expressions.
The expression syntax in Visualforce is: {! expression }
Coarse-grained components provide a significant amount of
functionality in a single component, and might add a lot of
information and user interface to the page it's used on.
Coarse-grained components
These components adds many fields, sections, buttons, and
other user interface elements to the page in just one line of
markup
, Fine-grained components provide more focused functionality,
Fine-grained components and enable you to design the page to look and behave the way
you want.
components that output data from a record and enable you to
output components
design a view-only user interface.
.Partial Copy sandboxes have a 5 GB of files and a 5 GB of data
storage limit.
.Developer Pro sandboxes have a 1 GB of files and a 1 GB of data
storage limit.
Sandbox storage limits
.Developer sandboxes have a 200 MB of files and a 200 MB of
data storage limit.
.Full sandboxes have the same storage limit as your production
organization.
The standard list controller allows you to create Visualforce
pages that can display or act on a set of records.
Adding the standard list controller to a page is very similar to
adding the standard (record) controller, but with the intent of
working with many records at once, instead of one record at a
Standard List Controller
time.
The standard (record) controller makes it easy to get a single
record loaded into a variable you can use on a Visualforce page.
The standard list controller is similar, except instead of a single
record, it loads a list, or collection, of records into the variable.
How do you emulate salesforce1 Add " one/one.app" after your salesforce instance name in the
from your desktop browser? URL.
Limitations of dynamic Enterprise edition can have up to 5, Unlimited and Performance
dashboards by Edition Edition can have up to 10 and Developer Edition up to 3.
Controllers typically retrieve the data to be displayed in a
Visualforce page, and contain code that executes in response to
page actions, such as a button being clicked.
What is a controller?
The primary purpose of most controllers is to retrieve data for
display, or handle updates to data.
.Quick actions (New Account, New Event, New Task)
.productivity action (Call)
Describe the action types
.standard buttons (Edit, Delete, Clone, Send an Email)
.Chatter actions (Poll, Post)