Question 6

A developer working on a time management application wants to make total hours for each timecard available to application users. A timecard entry has a Master-Detail relationship to a timecard.
Which approach should the developer use to accomplish this declaratively?
  • Question 7

    How can a developer get all of the available record types for the current user on the case object?
  • Question 8

    A developer needs to prevent the creation of Request__c records when certain coVraitions exist in the system.
    A RequeatLogic class exists that checks the conditions.
    What is the correct implementation?
  • Question 9

    Given the following code snippet, that is part of a custom controller for a Visualforce page:

    In which two ways can the try/catchbe enclosed to enforce object-level permissions and prevent the DML statement from being executed if the current logged-in user does not have the appropriate level of access to the object? (Choose two.)
  • Question 10

    A developer wants to import 500 Opportunity records into a sandbox. Why should the developer choose to use data Loader instead of Data Import Wizard?