Quiz____?
How many custom fields can be created on an object? -
Answer✓✓
Up to 800 custom fields per object for unlimited Edition.
Quiz____?
Master-Detail Relationships -
Answer✓✓
.Child records must have a parent
.Record level security cascades from the parent to the child records
.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
1
, Quiz____?
Look-up relationships -
Answer✓✓
.A parent isn't needed, meaning the relationship is optional
.There is no impact to security. Security will be set independent of any related object
.Roll-up summary fields can not be created on lookup fields
Quiz____?
What is the roll-up summary fields limit? -
Answer✓✓
Can display the sum, min, or max value of a field in a related list, or the record count of all
records listed in a related list.
10
Quiz____?
Visualforce expression -
Answer✓✓
2
, is any set of literal values, variables, sub-expressions, or operators that can be resolved to a
single value. Method calls aren't allowed in expressions.
The expression syntax in Visualforce is: {! expression }
Quiz____?
Coarse-grained components -
Answer✓✓
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.
These components adds many fields, sections, buttons, and other user interface elements to the
page in just one line of markup
Quiz____?
Fine-grained components -
Answer✓✓
Fine-grained components provide more focused functionality, and enable you to design the page
to look and behave the way you want.
3
, Quiz____?
output components -
Answer✓✓
components that output data from a record and enable you to design a view-only user
interface.
Quiz____?
Sandbox storage limits -
Answer✓✓
.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.
.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.
Quiz____?
Standard List Controller -
Answer✓✓
4