The same behavior holds true for Custom objects.
For example, if you use the standard Accounts controller, clicking a Save button in a Visualforce
page results in the same behavior as clicking Save on a standard Account edit page. The same
behavior holds true for Custom objects.
__________ enables you to create Visualforce pages that can display or act on a set of records.
__________ enables you to create Visualforce pages that can display or act on a set of records.
A ____________ is a class written in Apex that implements all of a page’s logic, without leveraging a st
A ____________ is a class written in Apex that implements all of a page’s logic, without leveraging
a standard controller.
Like other Apex classes, custom controllers execute entirely in ____________, in which the object and field-le
Like other Apex classes, custom controllers execute entirely in ____________, in which the object
and field-level permissions of the current user are ignored.
If you use a standard controller on a page and the user doesn’t have access to the object, the page will
If you use a standard controller on a page and the user doesn’t have access to the object, the
page will…
By using the ____________ keyword in a class definition, a developer can create a custom controller or control
By using the ____________ keyword in a class definition, a developer can create a custom
controller or controller extension that respects OWD, role hierarchy, and sharing rules.
A/an _____________ is a class written in Apex that adds to or overrides behavior in a standard or custom contr
A/an _____________ is a class written in Apex that adds to or overrides behavior in a standard or
custom controller.
Developers can use Visualforce pages to: (Select all that apply)
Developers can use Visualforce pages to: (Select all that apply)
what circumstances is it appropriate for a developer to add functionality to their application via the SOAP AP
Under what circumstances is it appropriate for a developer to add functionality to their application
via the SOAP API? (Select all that apply)
To aid ___________, each Visualforce page and custom component is saved with version settings for the specifie
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.