Which statement is TRUE about master-detail relationships in the Force.com platform? Choose 2 answers
Which dashboard component displays a grand total across a set of data? Choose 2 answers
Which access modifier should u specify for a class containing the webService keword?
A timer that sends an AJAX update request to the server according to a time interval that you specify. The update request can then result in a full or partial page update. You should avoid using this component with enhanced lists.
To aid ___________, each Visualforce page and custom component is saved with version settings for the specified version of the API as well as the specific version of Visualforce.
This Apex class lets a developer access cookies for a Force.com site using Apex.
Match the Force.com platform aspects with their corresponding descriptions.
Which field is available as part of the translation workbench for a validation rule?
If you use a standard controller on a page and the user doesn't have access to the object, the page will...
An HTML table that is defined by iterating over a set of data, displaying information about one item of data per row. The body of the
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.
A user can only see the fields A, B, and C on a record of Object X until the Stage field value on the record changes from New to Working. Once the Stage field value is updated to Working and the record is saved, the user should be able to see fields A, B, C, and D.
How would an application developer configure this?
This tag acts as a placeholder for your dynamic Apex components. It has one required parameter—component Value—which accepts the name of an Apex method that returns a dynamic component.
The following Visualforce components do not have dynamic Apex representations:
Any non-
The Log a Call publisher lets support agents who use Case Feed create logs for customer calls. This component can only be used in organizations that have Case Feed, Chatter, and feed tracking on cases enabled.
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
A business requirement can be met by using either a formula field or an Apex trigger. Why would a developer use a formula field Instead of an Apex trigger? Choose 2 answers
A developer can use optional catch statements for any exception type in a try-catch block. However, the general exception type, 'Exception', must only be used by the last catch() block.
EXAMPLE:
try{
// Some risky code.
}
catch(SomeExceptionType e){
// Handle one exception type.
}
catch(SomeOtherExceptionType e){
// Handle another exception type.
}
catch(Exception e){
// This must be the last catch block.
}
~|~
(Select all that apply)
Why might a reporting snapshot fail during a scheduled run? Choose 3 answers
What two methods of customization are available to create applications in salesforce?
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?
When do users have the option to manually share records they own from the record detail page?
A placeholder for content that is rendered in a specific part of the parent component, such as the header or footer of an
An
See
Note: Although you can't represent an
What statements are used to retrieve records from an sObject in the Force.com database? (No Answer)
Defines how labels are displayed. Depending on what component wraps it,
Note: This component must be enclosed by a data series component (
Which syntax should you use to create a new public class named MyNewClass?
Defines tooltips which appear on mouseover of data series elements. This component offers more configuration options than the default tooltips displayed by setting the tips attribute of a data series component to true.
Note: This component must be enclosed by a data series component (