Events

Events define when something happens on a view or form, such as when someone clicks a button or data is changed. Select the template or event you want to use in your rule definition from the Events tab. Items that are underlined are configured and items that have a dotted line still need configuration.

Templates

Templates contain common events (the when) and actions (the what). You can use these templates to quickly build your rule definition. Use the following tables to learn more about rule events.

Type Rule Definition Example
View Execute a method on the View when a control raises an event When you click a Refresh button you execute the Get List method
View Open a subview when a control raises an event When you click a New button you open a subview
View Open a subform when a control raises an event When you click a New button you open a subform
View Navigate to another Form when a control raises an event When you click a Next button you open a different form
View Save the changes of the editable list when a control raises an event When you click the Save button you save all the changes made to the editable list view
View Save the values of a multi-select control when a control raises an event When you click the Save button you save all the checked or unchecked items
View Reload a list control when the View completes an action After you add a new record, you reload the associated drop down control
View Close a subview or subform and execute a method on the View when a subview executes a method You close a subview or subform after you create a new employee, and then refresh the employee list
Form Execute a method on a View when the Form completes an action After you load a form, you can retrieve a list employees using the Get List method
Form Execute a method on a View when a View completes an action After you create a new employee record, you refresh the employee list view
Form Update primary and detail values when a control raises an event When you click the Save button you save all the values that were added, changed or removed
Form Navigate to another Form when a View completes an action
  • After you submit a new item, you open another form
  • After you edit an item, you open another form to view the details

Events

Use events to define the when something happens on a view or form to start your rule definition.

Type Rule Definition Example
Server Events See Server Rules for a list of server events See Also
View Events

When the view executes one of the following events:

  • Clear
  • Collapse
  • Create
  • Delete
  • Expand
  • In Error
  • Initialize
  • Initialized
  • Load
  • Save
See Also
Control Events

When the control executes one of the following events:

  • Clicked
  • Changed
  • Initializing
See Also
Form Events

When the form raises one of the following events:

  • In Error
  • Initialized
  • Initializing
  • Submitting
See Also
Form Events When a control on the Form raises an event When you click a button on a form.
See Also
View Method When a view raises one of the following events:
  • Clear
  • Collapse
  • Create
  • Delete
  • Expand
  • In Error
  • Initialize
  • Initialized
  • Load
  • Save
See Also
View Method When a control on a View raises an event When you click a button on a view, or when you change a drop down list item on a view.
See Also
Subview Events When a control on a subview raises an event When you click a button on a dialog.
See Also
Subview Events When a subview executes a method When you create a record on a view on a form in a subform.
See Also
Subview Events When a subview is closing When you close a subform
Subform Events When a control on a View on a subform raises an event When you click a Cancel button on a view that you opened in a subform.
See Also
Subform Events When a control on a subform raises an event When you click a button on a subform.
See Also
Subform Events When a View on a subform executes a method When you load an employee record.
See Also
Subform Events When a subform is closing When the form that you opened in a subform is closing
Subform Events When a subform executes a method When you create a record on a form that is opened in a subform.
See Also
Parameter Events When a View parameter raises an event When a view parameter is changed. Use the Data Transfer action to change a parameter
Parameter Events When a Form parameter raises an event When a form parameter is changed
Parameter Events When a subview parameter raises an event When a subview parameter is changed
Parameter Events When a subform parameter raises an event When a subform parameter is changed
Parameter Events When a View parameter on a subform raises an event When a view parameter on a subform is changed
Workflow Events
When the Workflow View is being submitted Before the workflow action is submitted. Use this event to ensure the form is saved and the worklist item is actioned*
Workflow Events
When the Workflow View on a View is being submitted Before the workflow action is submitted on a view. Use this event to ensure the form is saved and the worklist item is actioned*
Workflow Events

When the Workflow View on a subview is being submitted

Before the workflow action is submitted on a subview. Use this event to ensure the form is saved and the worklist item is actioned*
Workflow Events

When the Workflow View on a subform is being submitted

Before the workflow action is submitted on a subform. Use this event to ensure the form is saved and the worklist item is actioned*
Workflow Events

When the Workflow View on a View on a subform is being submitted

Before the workflow action is submitted on a view on a subform. Use this event to ensure the form is saved and the worklist item is actioned*
Workflow Events After the workflow action was submitted After a workflow item is approved.
See Also
Workflow Events After the workflow action on a View was submitted After a workflow item on a view is approved.
Workflow Events

After the workflow action on a subview was submitted

After a workflow item on a subview is approved.

Workflow Events

After the workflow action on a subform was submitted

After a workflow item on a subform is approved.

Workflow Events

After the workflow action on a View on a subform was submitted

After a workflow item on a view on a subform is approved.

*Some conditions, like the current workflow activity being the same as the task actioned, are automatically added during workflow integration.