A component that provides support for invoking controller action methods directly from JavaScript code using an AJAX request. An
Object X has a lookup field to Object Y. X needs to display a text value from a Text field on Y. To ensure data Integrity, how would a developer implement this?
A data series to be rendered as bars 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 bar, as well as the X and Y axes to scale against.
Note: This component must be enclosed within an
A template component that provides content for an
See also:
How are Apex triggers stored?
The markup defines the user interface components that should be included on the page, and the way they should appear.
What provides access to data that should be displayed in a Visualforce page, and can modify Visualforce component behavior?
An HTML input element of type hidden, that is, an input element that is invisible to the user. Use this component to pass variables from page to page.
How does the Email service process inbound emails? (No Answer)
What are two ways to invoke a custom web service?
What annotation can be used with Web Services to allow unrestricted queries when no DML operations are necessary? (No Answer)
Defines a chart legend. This component offers additional configuration options beyond the defaults used by the legend attribute of the
Note: This component must be enclosed within an
Which of the following statements are used to repeatedly execute a block of code until the exit condition is met?
Which type of tab can a developer create? Choose 3 answers.
What does Apex provide to support programmatic control of the workflow? (No Answer)
Which property of a field can be edited within the page layout editor? Choose 2 answers
Apex is available in which Salesforce Editions? (Select all that apply)
What trigger method is used to correlate IDI-to-sObject maps? (No Answer)
Objects of this Apex class specify one of the possible values for a Visualforce selectCheckboxes, selectList, or selectRadio component.
A button that is rendered as an HTML input element with the type attribute set to submit, reset, or image, depending on the
An
See also:
An ordered or unordered list of values that is defined by iterating over a set of data. The body of the
____________ is a placeholder for content that is rendered in a specific part of the parent component, such as the header or footer of an
Defines how labels are displayed. Depending on what component wraps it,
Note: This component must be enclosed by a data series component (
What does Apex use to record disruptions in code execution? (No Answer)
This Apex class allows developers to collect and display errors when building custom controllers or extensions.
In a master-detail relationship, what happens to the child records if the parent record is deleted?
A text area input element. Use this component to get user input for a controller method that does not correspond to a field on a Salesforce object, for a value that requires a text area.
What is the this keyword used to represent? (No Answer)
What email addresses can emails be sent to out of Salesforce? (No Answer)
A label for an input or output field. Use this component to provide a label for a controller method that does not correspond to a field on a Salesforce object.
A developer would like to enable end users to filter the data displayed on the related list of an object detail page. How could a developer accomplish this?
The email publisher lets support agents who use Case Feed compose and send email messages to customers. You can customize this publisher to support email templates and attachments. This component can only be used in organizations that have Case Feed and Email-to-Case enabled. Ext JS versions less than 3 should not be included on pages that use this component.
A component that inserts a second Visualforce page into the current page. The entire page subtree is injected into the Visualforce DOM at the point of reference and the scope of the included page is maintained.
If content should be stripped from the included page, use the
Which action is available to a developer when two objects are connected by a lookup relationship? Choose 2 answers
A set of buttons that are styled like standard Salesforce buttons. This component must be a child component of an
Note that it is not necessary for the buttons themselves to be direct children of the