Enum 3903 Reten. Pol. Filtering in 26

App
System Application
Namespace
System.DataAdministration

Values, 1

Versions171819202122232425262728latest

Source242526272829

Source in 26

src/System Application/App/Retention Policy/src/Apply Retention Policy/RetenPolFiltering.Enum.al23 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 when filtering a table for expired records when applying a retention policy.
/// </summary>

enum 3903 "Reten. Pol. Filtering" implements "Reten. Pol. Filtering"
{
    Extensible = true;

    /// <summary>
    /// The default implementation.
    /// </summary>
    value(0; Default)
    {
        Implementation = "Reten. Pol. Filtering" = "Reten. Pol. Filtering Impl.";
    }
}

Values, 1

IdNameObsolete
0Default-