Table of Contents

Namespace System.Utilities

Codeunit

Name Summary
Codeunit System.Utilities."Persistent Blob" The interface for storing BLOB data between sessions.
Codeunit System.Utilities."Temp Blob" The container to store BLOB data in-memory.
Codeunit System.Utilities."Temp Blob List" The interface for storing sequences of variables, each of which stores BLOB data.
Codeunit System.Utilities."Confirm Management" Exposes functionality to raise a confirm dialog with a question that is to be asked to the user.
Codeunit System.Utilities.Image Provides functionality for working with images.
Codeunit System.Utilities.Math Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.
Codeunit System.Utilities."Record Link Management" Exposes functionality to administer record links related to table records.
Codeunit System.Utilities."Remove Orphaned Record Links" This codeunit is created so that record links that have obsolete record ids can be deleted in a scheduled task.
Codeunit System.Utilities.Regex Provides functionality to use regular expressions to match text, split text, replace text etc.
Codeunit System.Utilities.Uri Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.
Codeunit System.Utilities."Uri Builder" Provides a custom constructor for uniform resource identifiers (URIs) and modifies URIs for the Uri codeunit.

Table

Name Summary
Table System.Utilities.Captures Provides a representation of Regex Captures that models Capture objects in .Net
Table System.Utilities.Groups Provides a representation of Regex Groups that models Group objects in .Net
Table System.Utilities.Matches Provides a representation of Regex Matches that models Match objects in .Net
Table System.Utilities."Regex Options" Table with options to use with Regular Expressions

ControlAddIn

Name Summary
ControlAddIn System.Utilities.PageReady

Enum

Name Summary
Enum System.Utilities."Image Format" This enum contains the Image format types.
Enum System.Utilities."Rotate Flip Type" Specifies how much an image is rotated and the axis used to flip the image.
Enum System.Utilities.RegexOptions
Enum System.Utilities.UriKind Defines the different kinds of URIs.
Enum System.Utilities."Uri Query Duplicate Behaviour" Specifies the behaviour when adding a new query parameter or flag to a URI.

PermissionSet

Name Summary
PermissionSet System.Utilities."Record Link Management - Read"
PermissionSet System.Utilities."Record Link Management - View"

Events

Name Summary
OnAfterCopyLinks Integration event for after copying links from one record to the other.