OnAfterDeleteIntegrationQueueHistory Event
Codeunit Integration Type Mgt.
Raised when a record in the Integration Queue History table is about to be deleted.
Signature
[IntegrationEvent(false, false)]
OnAfterDeleteIntegrationQueueHistory(IntegrationType: Enum "QWESR IQ Integration Type"; var IntegrationQueueHistory: Record "QWESR Integration Queue Hist")
Parameters
IntegrationType
Enum "QWESR IQ Integration Type"
The Integration Type of the record that will be deleted. Should be used to determine if it is your event.
var IntegrationQueueHistory
Record "QWESR Integration Queue Hist"
The record that will be deleted.
This documentation is generated from Spider v24.1.207985.0