When do users have the option to manually share records they own from the record detail page?
A. When a developer adds the Sharing button to the page layout.
B. When a developer grants the users the Share Records permission.
C. When the organization wide default for the object is set to private or read-only.
D. When the organization wide default for the object is set to public read/write.
Universal Containers tracks reviews as a custom object in a recruiting application. An interview score is tracked on each review record and should be numerical, so that hiring managers can perform score calculations. The scores should be restricted to Integer values l through 5 and displayed as a set of radio buttons.
How can a developer meet this requirement?
A. Create the Interview Score field as a picklist, displayed as a radio button on the page layout
B. Create a formula field that displays the interview score as a set of radio buttons
C. Create a Visualforce component to display the interview score as a set of radio buttons
D. Create the Interview Score field with a data type of radio button
Universal Containers requires that some employees are able to view and edit records of a custom object called Positions, but no users can delete them.
How can Universal Containers accomplish this goal?
A. Assign the Read-only profile to all users
B. Set the organization wide default for positions to Read-only
C. Remove the Delete permission for positions from all profiles
D. Remove the Delete Access for positions from all user roles
What annotation can be used with Web Services to allow unrestricted queries when no DML operations are necessary? (No Answer)
A. @ReadOnly
B. For loops
C. RETURNING
D. TRUE
The System.runAs() functionality can be used to test and verify proper data sharing and data access. However, System.runAs() does NOT validate CRUD or Field Level Security permissions.
A. True
B. False
This integration resource is specific to an individual organization, and exposes all of the standard objects, custom objects, and any custom fields through the SOAP interface.
A. System WSDL
B. Partner WSDL
C. Custom WSDL
D. Enterprise WSDL
E. Portal WSDL
F. None of the above
A single piece of data in an
Note that if you include an
A. apex:flash
B. apex:pageBlockSectionItem
C. apex:outputField
D. apex:componentBody
An HTML input element of type password. 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 is masked as the user types.
A. apex:composition
B. apex:barSeries
C. apex:inputSecret
D. apex:attribute
A component that displays the status of an AJAX update request. An AJAX request can either be in progress or complete.
A. apex:actionPoller
B. apex:dynamicComponent
C. apex:inputCheckbox
D. apex:actionStatus
Defines an axis for a chart. Use this to set the units, scale, labeling, and other visual options for the axis. You can define up to four axes for a single chart, one for each edge. Note: This component must be enclosed within an
A. apex:emailPublisher
B. apex:messages
C. apex:image
D. apex:axis