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
- Right-click the
Events folder, and select
.
You will see the New Simple Event Wizard
- In the Simple Event Name field, type AccountOperations.
- In the Description field, type Parent event for all account-related events.
- Click
FinishYou will see the Simple Event Editor.
- In the Properties section, click the Add button.
- Click in the cell under Name and type the name
AccountIdIt’s a
String
property, andString
is the default type. - Save and close the resource.
Subtopics