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 two methods of customization are available to create applications in salesforce?
Developers can use Visualforce to create a Visualforce page definition. A page definition consists of two primary elements:
Visualforce markup consists of... (Select all that apply)
What are the types of exception classes developers can choose between in Apex? (No Answer)
Given a three tier model (UI layer, business logic layer, data layer), which feature of the Force.com platform is associated with the data layer? Choose 3 answers
What does Apex provide to support programmatic control of the workflow? (No Answer)
In a master-detail relationship, what happens to the child records if the parent record is deleted?
A single piece of data in an
Note that if you include an
How are Apex triggers stored?
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?
A component that provides support for invoking controller action methods directly from JavaScript code using an AJAX request. An
Objects of this Apex class allow developers to create list controllers similar to, or as extensions of, the pre-built Visualforce list controllers provided by Salesforce.
Which type of custom field can be an external ID?
Which is a valid formula return type for a custom formula field? Choose 3 answers
How can a wireless device user approve a record? Choose 3 answers
The __________ of a Visualforce page is composed of all the data that's necessary to maintain the state of the controller during server requests (like sending or receiving data).
What two ways can classes be created in salesforce? (No Answer)
Developers can use Visualforce pages to: (Select all that apply)
What types of sharing are available to developers to share records? (No Answer)
By referring to a page in this way, the platform recognizes that this controller or controller extension is dependent on the existence of the specified page and will prevent the page from being deleted while the controller or extension exists.
Which invocation method occurs when triggers are called by the Force.com platform during the save process?
Which exception type should be checked for when catching exceptions thrown when governor limits are exceeded?
In the Universal Containers recruiting app, there is a master-detail relationship between the Job Application and Review objects. Job Application is the master object.
If a Job Application record is deleted, what will happen to any associated Review records?
Positions is a custom object in a recruiting application built on the Force.com platform. Department is a field on the Position object.
Which type of report should a developer create to show hiring managers the number of positions grouped by department?
What trigger method is used to correlate IDI-to-sObject maps? (No Answer)
A/an _____________ is a class written in Apex that adds to or overrides behavior in a standard or custom controller.
What provides access to data that should be displayed in a Visualforce page, and can modify Visualforce component behavior?
A graphic image, rendered with the HTML tag.
What statements are used to retrieve records from an sObject in the Force.com database? (No Answer)
Which environments can developers write code? (Select all that apply.)
In a recruiting application, a master-detail relationship has been defined between two custom objects. Job Applications (master) and Reviews (detail).
Which statement is TRUE? Choose 2 answers
Which keywords should u specify to define a constant?
What is the maximum size of a SOAP request or response regulated by? (No Answer)
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.
See also:
When do users have the option to manually share records they own from the record detail page?