Salesforce DEV-501 - Certified Force.com Advanced Developer
Universal Containers tracks Positions as a custom object in a recruiting application. All positions with a priority of critical should NOT be open for more than two weeks. If a position remains open for more than 14 days, the priority should be re-examined.
How would a developer automate this process?
Universal Containers tracks Offers as an object in a recruiting application. Once an offer has been accepted by a candidate, there must be a value in a currency field called Actual Salary.
How would a developer meet this requirement?
A link that executes an action defined by a controller, and then either refreshes the current page, or navigates to a different page based on the PageReference variable that is returned by the action. An
To add request parameters to an
____________ is a placeholder for content that is rendered in a specific part of the parent component, such as the header or footer of an
List the HTTP classes available in Salesforce?
A link to a JavaScript library that can be used in the Visualforce page. When specified, this component injects a script reference into the head element of the generated HTML page.
For performance reasons, you may simply want to use a JavaScript tag before your closing
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.
Which keywords do developers use to handle exceptions in Apex?
What trigger method is used to help prevent completion of a DML event?
A custom Visualforce component. All custom component definitions must be wrapped inside a single