Questions and Answers24
How many can be enabled for tracking on a custom object - ANSWERS -20
Number of customer formula fields per report - ANSWERS -5
Limits - ANSWERS -3 filters per dashboards
Up to 10 dynamic dashboards
25 roll up summary fields
5 customer formula fields per report
20 fields enabled for tracking on a custom object.
Import Wizard - ANSWERS -Calcus:
.Contacts
.Accounts
.Leads
.Customer Objects
.Solutions
You are loading less than 50,000 records.
Data Loader - ANSWERS -You need to load 50,000 to 5,000,000 records. Data Loader is
supported for loads of up to 5 million records. If you need to load more than 5 million records,
,we recommend you work with a Salesforce partner or visit the App Exchange for a suitable
partner product.
You need to load into an object that is not yet supported by the import wizards.
You want to schedule regular data loads, such as nightly imports.
You want to export your data for backup purposes.
Salesforce processes any rules in the following order - ANSWERS -1. Validation Rules
2. Assignment Rules
3. Auto-Response Rules
4. Workflow rules (with immediate actions)
5. Escalation Rules
How many custom fields can be created on an object? - ANSWERS -Up to 800 custom fields per
object for unlimited Edition.
Master-Detail Relationships - ANSWERS -.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
Look-up relationships - ANSWERS -.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
, What is the roll-up summary fields limit? - ANSWERS -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
Visualforce expression - ANSWERS -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 }
Coarse-grained components - ANSWERS -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
Fine-grained components - ANSWERS -Fine-grained components provide more focused
functionality, and enable you to design the page to look and behave the way you want.
output components - ANSWERS -components that output data from a record and enable you to
design a view-only user interface.
Sandbox storage limits - ANSWERS -.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.