A/an is a class written in Apex that adds to or overrides behavior in a standard or custom controller.
Correct Answer:
D
Object B has a lookup relationship to Object A. Object C has a lookup relationship to Object B. A developer needs to run a report on A records with C records.
How can the developer accomplish this?
Correct Answer:
A
Why might a reporting snapshot fail during a scheduled run? Choose 3 answers
Correct Answer:
BCD
In a recruiting application, a Position custom object is related to a Salary custom object. Sensitive information, such as current salary, is stored on the Salary object. All users should be able to at least view position information. However, only select individuals should be able to read salary records.
How should a developer accomplish this?
Correct Answer:
A
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.
Correct Answer:
A