

You create a new event handler entering or selecting basic information, such as a name, object type, description, and layouts that trigger it. To each event handler, you can add one or more condition groups, which contain individual conditions used for field validation. You can then deploy your new event handler for execution on layouts in the current workspace.
Note: Event handlers created by Event Handler Express cannot be added to custom applications because the resource files are tied to the "Default" application.
Use the following matrix to determine the appropriate version of Event Handler Express for your Relativity environment.
Event Handler Express version |
Supported Relativity version |
---|---|
Event Handler Express 4.2.1.1 | Server 2022 and forward, RelativityOne |
Event Handler Express 3.0.5.1 | Server 2021 |
To deploy this solution, you start by adding it to the Application Library as a Relativity application. How you deploy and configure it depends on whether you are installing the solution for the first time or upgrading an earlier version of the solution. Follow the appropriate set of steps below to install or upgrade the solution in your Relativity instance.
To begin using this solution, download and add it to the Application Library as a Relativity application.
To download the application:
Log in to the Relativity Community and click on the Relativity Applications folder.
Locate the newest Event Handler Express .rap file that is compatible with your Relativity version and select it.
Note: The solutions in the Relativity Applications folder are sorted from most recently modified to oldest. As a result, solutions at the top of the page are normally the newest versions of the respective solutions. If you see more than one version of the solution, select the .rap with the higher version number to ensure you're deploying the most up-to-date solution.
Click Download.
To add the solution to the Application Library:
To add the solution to a workspace:
To upgrade from an earlier version:
You must complete the following prerequisites before using Event Handler Express.
After installing Event Handler Express, you can provide advanced users with access to the application by using the default security settings on its components. To deny access to other users, set the following permissions on its components:
Note: If you send an email with a link to Event Handler Express, the recipient needs the required permissions to access the application. Copying and pasting the link in the browser after logging in to Relativity doesn't automatically provide the recipient with access to Event Handler Express.
Before you begin building your event handlers, consider the following design decisions:
Use the following procedure to add basic information for an event handler:
Note: You can use the Delete mass operation to remove an event handler from the list view, and the Export to File operation to download a copy of it. The Copy or Edit mass operations aren't available on this view. You must manually create a new event handler rather than copying and modifying an existing one. For more information, see Editing an event handler.
The Event Handler Express layout contains the following fields in the Basic Information section:
(Click to expand)
Note: Don't use special characters, wildcards, or spaces in the Name field. In addition, don't use a number as the first character in your event handler name.
Note: Ensure that you select layouts that contain the fields used in the conditions defined for the event handler. Relativity displays an error message when an event handler attempts to execute on a layout that doesn’t contain the fields included in its conditions. Additionally, if you want to deploy all layouts, then each layout must include the fields used in the conditions.
In Event Handler Express, you can build a series of validation rules by adding condition groups and conditions. A condition group contains one or more conditions. When you add multiple condition groups, Event Handler Express evaluates them as a series of expressions connected by the AND operator. You can choose to evaluate a series of conditions within a condition group with the AND or OR operators. Event Handler Express initially displays Condition Group - 1 and Condition - 1, so you can begin defining your validation rules.
After you add the required conditions, you can deploy the event handler in the current workspace. Event Handler Express performs the following operations:
If the .dll handler already exists in the workspace, Event Handler Express overrides the existing file, and attaches it to the object if necessary. If an event handler with the same name already exists, Event Handler Express displays an error message asking you to rename the new event handler.
Use the following procedure to build condition groups and add conditions:
Note: To copy an existing condition group or condition, click . You also click on a condition's name to hide or show its details.
(Click to expand)
A condition group contains the following fields:
(Click to expand)
When building a condition, you must use only the operators supported by the field type selected in the Validation Type drop-down box. The following table displays ü for each operator supported by a specific field type.
Operator | Current User | Fixed Length Text | Multiple Choice | Single Choice | Yes/No |
---|---|---|---|---|---|
Is | ü | ü | |||
Is Not | ü | ||||
Is Set | ü | ü | ü | ||
Is Not Set | ü | ü | ü | ü | |
Contains | ü | ||||
Has Changed Do Not Include Initially Set | ü | ü | ü | ||
Has Changed Include Initially Set | ü | ü | ü | ||
Is In Groups | ü | ||||
Is Not In Groups | ü |
Event Handler Express provides operators that you can use to control whether an event handler fires on a layout that doesn’t contain any initial values. In general, you create a new layout in a workspace and then deploy the event handler that you want associated with it. The fields on the layout won’t contain any values when a user first begins to code with it. You may not want your event handler to fire when initial updates are made. You could use the operator called Has Changed Do Not Include Initially Set to add a condition on the event handler. When you set this condition, the event handler executes as follows:
For example, the layout contains a required Responsiveness field that isn’t set when the user initially accesses the layout. You wouldn’t want the event handler to fire and display an error message the first time that a user updates the field, but only on subsequent changes.
In addition, you may want to add a condition that ensures the event handler fires when the user changes an existing value on a layout. You could use the Has Changed Include Initially Set operator to add this condition. When you set this condition, the event handler executes as follows:
For example, you may want the event handler to fire only after the Responsiveness field on a layout has been updated to a new value. When a user changes the value from Not Responsive to Responsive, or from unset to Responsive, you may want to execute the event handler to ensure that the Issue Designation field is also set.
You can edit and delete the event handlers that you create through Event Handler Express. This section explains how editing or deleting an event handler affects your Relativity environment.
You can update an event handler by clicking the Edit link appearing next to its name on the Event Handler Express tab. When you click this link, Event Handler Express displays the basic information and condition groups used to create the event handler. You can update these sections as necessary.
Deploying your updates affects all workspaces in your environment where you have added the event handler. Event Handler Express recompiles the .dll file and overwrites the existing version. All copies of the event handler in your environment now reference the updated file. Consequently, any changes made to this file immediately modify the behavior of the event handler throughout your Relativity environment.
When you deploy an event handler, Event Handler Express creates a resource file of type .dll that contains your source code. It attaches this .dll file to the object that you selected when you created the event handler. You need to remove the event handler from the Event Handler Express and the object associated with it. Additionally, you need to remove its resource file.
To delete an event handler, complete the following steps:
Note: Deleting the resource file affects all workspaces in your environment, where you may have added the event handler. The functionality provided by the deleted event handler isn't available in any workspace after this action.
You can reuse your custom event handlers built with Event Handler Express by uploading them to other Relativity instances. When you associate the event handler with an object type, ensure that the workspace contains layouts, objects, fields, and choices with the same names as those used to create the event handler.
Use the following procedure to upload an event handler to another environment:
(Click to expand)
(Click to expand)
(Click to expand)
Review these guidelines to ensure that your event handlers function properly after you deploy them to a workspace.
Your event handler executes across all layouts if you don't select one or more items in the Layouts option when building the event handler. If you want your event handler to run across all layouts in a workspace, ensure that they contain the fields required for the event handle to execute properly. Relativity displays an error message when an event handler attempts to execute on a layout that doesn’t contain a required field. Any field that you add to a condition is a required field. See Defining basic information for an event handler.
When adding conditions, ensure that the names of choices and fields don’t contain a character string containing a backslash preceded and followed by a space. For example, you don’t want to use a multiple choice field in a condition that contains a choice with the following name:
Choice B \ 1
However, you can use choices and fields that contain a backslash preceded and followed by text. See the following choice name:
Choice B\1
When adding single or multiple choice fields to a condition group, you may select fields or the choices with names that contain wildcards. Ensure that fields or choices have unique names if you omitted the wildcard characters.
Event Handler Express ignores the wildcards in the field and choice names when it compiles the .dll. The generation of the .dll fails when multiple choices have the same name. For example, you could have a multiple choice field called Choice B with the following sub-choices:
Because Event Handler Express ignores the wildcard characters, it sees the same name for three sub-choices, causing the compiling event to fail.
You can use the following list to troubleshoot your event handlers and resolve common errors that prevent them from executing:
On this page
Why was this not helpful?
Check one that applies.
Thank you for your feedback.
Want to tell us more?
Great!