A data series to be rendered as connected points in a Visualforce chart. At a minimum you must specify the fields in the data collection to use as X and Y values for each point, as well as the X and Y axes to scale against.
Note: This component must be enclosed within an
Correct Answer:
C
What are two key tools to debug code in Salesforce?
Correct Answer:
B
Which invocation method occurs when triggers are called by the Force.com platform during the save process?
✑ Explicit invocation
✑ Implicit invocation
✑ Explicit invocation using anonymous blocks
✑ External API invocation
Correct Answer:
B
What email addresses can emails be sent to out of Salesforce? (No Answer)
Correct Answer:
D
An area of a Visualforce page that demarcates which components should be processed by the Force.com server when an AJAX request is generated. Only the components in the body of the
Correct Answer:
B