Skip to main content

Do Run

Last updated 30/03/2026

Overview

The Do Run event is a server-side event that executes when a process or mail merge actually runs. It executes immediately after the client-side On Run event (if there is one) has executed, allowing the application to perform core logic, data updates, or other server-side operations required.

How it Works

When the process or mail merge is initiated:

  1. The client-side On Run event executes first.
  2. If the On Run completes sucessfully, the Do Run event executes on the server.
  3. All associated server-side logic executes.

Use Cases

  • Performing database updates or calculations
  • Generating documents, reports, or mail merge outputs
  • Sending emails or notifications
  • Logging or auditing actions