What annotation can be used with Web Services to allow unrestricted queries when no DML operations are necessary? (No Answer)
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?
Which trigger context variable is not saved in the after trigger and causes an exception to be thrown?
An HTML input element for a value that corresponds to a field on a Salesforce object. The
Note that if custom help is defined for the field in Setup, the field must be a child of an
Consider the following when using JavaScript events with this tag:
For lookup fields, mouse events fire on both the text box and graphic icon
For multi-select picklists, all events fire, but the DOM ID is suffixed with _unselected for the left box, _selected for the right box, and _right_arrow and _left_arrow for the graphic icons
For rich text areas, no events fire.
A definition of an attribute on a custom component. The attribute tag can only be a child of a component tag.
Note that you cannot define attributes with names like id or rendered. These attributes are automatically created for all custom component definitions.
In a master-detail relationship, what happens to the child records if the parent record is deleted?
A link to a JavaScript library that can be used in the Visualforce page. When specified, this component injects a script reference into the head element of the generated HTML page.
For performance reasons, you may simply want to use a JavaScript tag before your closing
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
A/an _____________ is a class written in Apex that adds to or overrides behavior in a standard or custom controller.
The list view picklist for an object, including its associated list of records for the currently selected view. In standard Salesforce applications this component is displayed on the main tab for a particular object. This component has additional attributes that can be specified, such as the height and rows per page, as compared to
Note: When an
A single piece of data in an
Note that if you include an
Which form of dml operation allows execution to occur with subsequent records even if an error occurs with a single record? (No Answer)
A section of data within an
An
To add a field from a Salesforce object to an
What three classes along with the Messaging.InboundEmailHandler are used to handle inbound email messages in Salesforce? (No Answer)
What is the total number of messages that all email services put together can process in a day? (No Answer)
A set of content that is grouped together, rendered with an HTML tag,
Which portion of the Model-View-Controller paradigm is represented in Force.com as a standard or custom object?
A template component that provides content for an
See also:
What is the list of steps to match regular expressions using the Pattern and Matcher classes?
Which access modifier should u specify for a class containing the webService keword?
Which environments can developers write code? (Select all that apply.)
An area of a page that includes content from a second template page. Template pages are Visualforce pages that include one or more
Identify the differences between Apex and the other programming languages. (Select all that apply.)
The system method, System.runAs(), lets you write test methods that change user contexts to either an existing user or a new user.
Which syntax should you use to create a new public class named MyNewClass?