Question 96

What is a benefit of developing applications in a multi-tenant environment?
  • Question 97

    An Approval Process is defined in the Expense_Item__cobject. A business rule dictates that whenever a user changes the Status to 'Submitted' on an Expense_Report__crecord, all the Expense_Item__c records related to the expense report must enter the approval process individually.
    Which approach should be used to ensure the business requirement is met?
  • Question 98

    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 99

    The Sales Management team hires a new intern. The intern is not allowed to view Opportunities, but needs to see the Most Recent Closed Date of all child Opportunities when viewing an Account record. What would a developer do to meet this requirement?
  • Question 100

    A lead object has a custom field Prior_Email__c. The following trigger is intended to copy the current Email into the Prior_Email__c field any time the Email field is changed:

    Which type of exception will this trigger cause?