Class AccountContactInsertEvent


public class AccountContactInsertEvent extends InsertEvent<BOAccountContact>
Event to insert a BOAccountContact.
The launcher must provide a valid contact in order to successfully call this event.
The listener inserts the given BOAccountContact.
Since:
16.0
GCApi:
event
Reactors:
BTAccountContactInsert(0)
No Spouts
  • Constructor Details

    • AccountContactInsertEvent

      public AccountContactInsertEvent(BOAccountContact contact)
      Instantiates a new contact insert event
      Parameters:
      contact - the contact to insert