Table of Contents

Search

  1. Preface
  2. API Reference

Package Methods

Package Methods

  • global API_AccountTriggerHandler ()
    The constructor for the Account Trigger Handler class.
  • global void disableCloudMDMTrigger ()
    Disables the CC360 account trigger.
  • global void enableCloudMDMTrigger ()
    Enables the CC360 account trigger.
  • global Boolean getCloudMDMTriggerStatus ()
    Checks if the CC360 account trigger is active.
  • global void initTrigger ()
    Initializes the CC360 account trigger.
  • global void executeTrigger ()
    Executes the CC360 account trigger.
  • global void Trigger_InsertBefore_Handler ()
    Invokes the trigger logic that must be executed before a new account is inserted.
  • global void Trigger_InsertAfter_Handler ()
    Invokes the trigger logic that must be executed after a new account is inserted.
  • global void Trigger_UpdateBefore_Handler ()
    Invokes the trigger logic that must be executed before an account is updated.
  • global void Trigger_UpdateAfter_Handler ()
    Invokes the trigger logic that must be executed after an account is updated.
  • global void Trigger_DeleteBefore_Handler ()
    Invokes the trigger logic that must be executed before an account is deleted.
  • global void Trigger_DeleteAfter_Handler ()
    Invokes the trigger logic that must be executed after an account is deleted.

0 COMMENTS

We’d like to hear from you!