Defining the AccountOperations Event

This event is a parent to events that are used in the project. It has one property: AccountId. All its child events inherit this property, and extend the parent by adding more.

Procedure

  1. Right-click the Events folder, and select New > Simple Event.
    You will see the New Simple Event Wizard
  2. In the Simple Event Name field, type AccountOperations.
  3. In the Description field, type Parent event for all account-related events.
  4. Click Finish
    You will see the Simple Event Editor.
  5. In the Properties section, click the Add button.
  6. Click in the cell under Name and type the name AccountId
    It’s a String property, and String is the default type.
  7. Save and close the resource.