CIS-ITSM Exam Question 6

An Apex Trigger creates a Contract record every time an Opportunity record is marked as Closed and Won.
This trigger is working great, except (due to a recent acquisition) historical Opportunity records need to be loaded into the Salesforce instance.
When a test batch of records are loaded, the Apex Trigger creates Contract records. A developer is tasked with preventing Contract records from being created when mass loading the Opportunities, but the daily users still need to have the Contract records created.
What is the most extendable way to update the Apex Trigger to accomplish this?
  • CIS-ITSM Exam Question 7

    Which of the following roles can maintain user criteria?
  • CIS-ITSM Exam Question 8

    Which of the following roles can close a problem? (Choose three.)
  • CIS-ITSM Exam Question 9

    What is the purpose of "time_worked" field in incident table?
  • CIS-ITSM Exam Question 10

    A custom Visualforce controller calls the ApexPages.addMessage() method, but no messages are rendering on the page.
    Which component should be added to the Visualforce page to display the message?