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:
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.
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
What three classes along with the Messaging.InboundEmailHandler are used to handle inbound email messages in Salesforce? (No Answer)
What is the list of steps to match regular expressions using the Pattern and Matcher classes?
What are all the datatypes that Salesforce supports? (No Answer)
Which trigger context variable cannot be deleted?
To leverage functionality of Standard Controllers, while simultaneously adding custom logic, you must write a custom class that extends the standard controller. You notify the Visualforce page of your customizations via the "extensions" attribute of the
Which statement is true about an Apex class?
Apex code can be initiated in what ways? (Select all that apply)
Which trigger context variable allows you to modify field values before they are written to the database in the before trigger? (No Answer)
What are the two types of logs? (No Answer)
A component that creates an inline frame within a Visualforce page. A frame allows you to keep some information visible while other information is scrolled or replaced.
What is the maximum size of a SOAP request or response? (No Answer)
How are programmatic cusomizations done in Salesforce?
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 statement is true regarding Force.com Sites? Choose 3 answers
An area of a page that includes content from a second template page. Template pages are Visualforce pages that include one or more
What can cross-object formulas reference?
Which portion of the Model-View-Controller paradigm is represented in Force.com as a standard or custom object?
What language is Apex similar to? (No Answer)
How can the default profile under which Webservices execute be changed? (No Answer)
A Visualforce chart. Defines general characteristics of the chart, including size and data binding.
Which type of for loops are defined with the following syntax?
FOR(initstmt; exit_condition; increment stmt){
codeblock
}
If a change is made to an approval process, how can a developer determine the user that made the change? Choose 2 answers
What are two key tools to debug code in Salesforce?
Which keywords do developers use to handle exceptions in Apex?
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
What are all the datatypes that Salesforce supports?
How are static methods and attributes access?
What annotation can be used with Web Services to allow unrestricted queries when no DML operations are necessary? (No Answer)
A section of data within an
An
To add a field from a Salesforce object to an
What trigger method is used to correlate IDI-to-sObject maps? (No Answer)
The markup defines the user interface components that should be included on the page, and the way they should appear.
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).