Question 161

An org has 2 requirement that addresses on Contacts and Accounts should be normalized to a company standard by Apex code any time that they are saved.
What is the optimal way to implement this?
  • Question 162

    Which use case can be performed only by using asynchronous Apex?
  • Question 163

    Universal Containers implements a private sharing model for the Convention_Attendence_c custom object. As part of a new quality assurance effort, the company created an Event___Reviewer__c user lookup field on the object. Management wants the event reviewer to automatically
    gain Read/write access to every record they are assigned to.
    What is the best approach to ensure the assigned reviewer obtains Read/Write access to the record?
  • Question 164

    Choose the correct definition for <apex:actionFunction>.
  • Question 165

    A company represents their customers as Accounts in Salesforce. All customers have a unique Customer_Number__c that is unique across all of the company's systems. They also have a custom Invoice__c object, with a Lookup to Account, to represent invoices that are sent out from their external system.
    This company wants to integrate invoice data back into Salesforce so Sales Reps can see when a customer is paying their bills on time.
    What is the optimal way to implement this?