| 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. |