Interface Reten. Pol. Deleting in 27

App
System Application
Namespace
System.DataAdministration

Procedures, 1

Versions171819202122232425262728latest

Source242526272829

Source in 27

src/System Application/App/Retention Policy/src/Apply Retention Policy/RetenPolDeleting.Interface.al19 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>
/// The Reten. Pol. Deleting interface is used to set filters on the table for which a retention policy is applied.
/// </summary>
interface "Reten. Pol. Deleting"
{
    /// <summary>
    /// This function deletes the expired records for the retention policy according to the settings in the parameter table.
    /// </summary>
    /// <param name="RecordRef">The record reference with expired records for the retention policy.</param>
    /// <param name="RetenPolDeletingParam">The parameter table for this run of apply retention policy.</param>
    procedure DeleteRecords(var RecordRef: RecordRef; var RetenPolDeletingParam: Record "Reten. Pol. Deleting Param" temporary);
}

Procedures, 1

NameParametersReturnsAccessObsolete
DeleteRecords(var RecordRef, var Record Reten. Pol. Deleting Param)public-