Agility Blue Update (Winter 2024)
What's New?
Matter Security
The matter security features have all been promoted from feature preview to generally available where administrators now have the ability to configure access to matters based on user roles and explicit allow/deny lists on a per-matter basis. For detailed information about how to configure security for matters, please visit the matter security help documentation.
Reference Field Conditions
You can now apply field conditions to reference fields in forms where other fields can affect their conditional properties, and you can now use reference fields in conditional fields that affect other field properties. Reference fields allow for the following conditions:
Any value. True if there is any reference object entries selected.
No value. True if there are no reference object entries selected.
Choice is exactly. True if the defined list of object entries are selected.
Choice is not exactly. True if the defined list of object entries are not selected.
Choice is any of. True if any of the defined list of object entries are selected.
Choice is none of. True if none of the defined list of object entries are selected.
Display value contains. True if the display value of the selected object entries contain the entered text (case-sensitive).
Display value does not contain. True if the display value of the selected object entries do not contain the entered text (case-sensitive).
New Field Conditions Added
New field conditions in task forms have been added to the following field types:
Basic text fields:
Text is not exactly
Text does not contain
Rich text fields:
Text does not contain
Number fields:
Number is not exactly
Date fields:
Date is not exactly
Choice fields:
Choice is not exactly
Other Enhancements
The available fields dropdown list when creating or updating a field condition now lists the form sections in the same order that the sections appear on the form. Previously, sections were listed in alphabetical order.
[Enterprise]
The SFTP import service now supports importing data for the following objects: volumes, volume ranges, billing types, billing type properties (billing profiles), billing narrative types, media types, and tags.[Scripting]
New cmdlets added: Get-VolumeRanges, Get-VolumeRange, Add-VolumeRange, Set-VolumeRange, Remove-VolumeRange, Test-RelativityConnection, and Get-RelativityProductions.[Developer]
Tightened up the validation logic for custom object entries with JSON reference fields to ensure that the reference field string contains expected JSON properties. The API would previously allow any string data, which would cause issues with viewing content in the object grids when malformed JSON was present.[Developer]
Custom object entries with JSON reference fields now automatically order the JSON properties at the API layer so that the value comes first, then key, then objectId. Serializing the JSON properties in this order assists with grid sorting so the value is always evaluated first.
Bug Fixes
Fixed an issue where viewing projects on a contact's details page would show no projects for users without an admin role.
Fixed an issue where the UI would allow duplicate contacts to be selected across the To, Cc, and Bcc fields while creating a task email which would lead to a backend service error preventing the email from being sent.