Codeunit "Integration Rec. Delete Invoke"

ID 5347
Namespace: Microsoft.Integration.SyncEngine

Methods

SetContext

procedure SetContext(IntegrationTableMapping: Record "Integration Table Mapping", DestinationRecordRef: RecordRef, SynchAction: Option, JobId: Guid)

Parameters

Name Type Description
IntegrationTableMapping Table Microsoft.Integration.SyncEngine."Integration Table Mapping"
DestinationRecordRef RecordRef
SynchAction Option
JobId Guid

GetContext

procedure GetContext(var IntegrationTableMapping: Record "Integration Table Mapping", var DestinationRecordRef: RecordRef, var SynchAction: Option)

Parameters

Name Type Description
IntegrationTableMapping Table Microsoft.Integration.SyncEngine."Integration Table Mapping"
DestinationRecordRef RecordRef
SynchAction Option

Events

OnBeforeDeleteRecord

[IntegrationEvent(False,False)]
local procedure OnBeforeDeleteRecord(IntegrationTableMapping: Record "Integration Table Mapping", var DestinationRecordRef: RecordRef)

Parameters

Name Type Description
IntegrationTableMapping Table Microsoft.Integration.SyncEngine."Integration Table Mapping"
DestinationRecordRef RecordRef

OnAfterDeleteRecord

[IntegrationEvent(False,False)]
local procedure OnAfterDeleteRecord(IntegrationTableMapping: Record "Integration Table Mapping", var DestinationRecordRef: RecordRef)

Parameters

Name Type Description
IntegrationTableMapping Table Microsoft.Integration.SyncEngine."Integration Table Mapping"
DestinationRecordRef RecordRef

See also