Table of Contents

Interface "Reten. Pol. Deleting"

Namespace: System.DataAdministration

The Reten. Pol. Deleting interface is used to set filters on the table for which a retention policy is applied.

Methods

DeleteRecords

This function deletes the expired records for the retention policy according to the settings in the parameter table.

procedure DeleteRecords(var RecordRef: RecordRef, var RetenPolDeletingParam: Record "Reten. Pol. Deleting Param" temporary)

Parameters

Name Type Description
RecordRef RecordRef

The record reference with expired records for the retention policy.

RetenPolDeletingParam Table System.DataAdministration."Reten. Pol. Deleting Param"

The parameter table for this run of apply retention policy.

See also