Enum 3903 Reten. Pol. Filtering, source in 24
Source242526272829metadata in 24
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.";
}
}