Enum 3904 Reten. Pol. Deleting in 25
- App
- System Application
- Namespace
- System.DataAdministration
Versions171819202122232425262728latest
Source in 25
src/System Application/App/Retention Policy/src/Apply Retention Policy/RetenPolDeleting.Enum.al22 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.DataAdministration;
/// <summary>
/// This enum is used to determine the implementation codeunit called to delete expired records when applying a retention policy.
/// </summary>
enum 3904 "Reten. Pol. Deleting" implements "Reten. Pol. Deleting"
{
Extensible = true;
/// <summary>
/// The default implementation.
/// </summary>
value(0; Default)
{
Implementation = "Reten. Pol. Deleting" = "Reten. Pol. Delete. Impl.";
}
}Values, 1
| Id | Name | Obsolete |
|---|---|---|
| 0 | Default | - |