Table of Contents

OnBeforeDeleteFile Event

Codeunit IQ Delete Data

Raised before the data is deleted.

Signature

[IntegrationEvent(false, false)]
OnBeforeDeleteFile(var IQI: Record "QWESR Integration Queue Import"; var IsHandled: Boolean)

Parameters

var IQI Record "QWESR Integration Queue Import"

The record with the data that has been imported.

var IsHandled Boolean

Should be set to true if the subscriber handles the deletion of the remote data. Should be honored if already set. (Handled Pattern)

This documentation is generated from Spider v27.2