Codeunit "CDS Int. Option Couple"

ID 5365
Namespace: Microsoft.Integration.Dataverse

Properties

Name Value
TableNo Table Microsoft.Integration.SyncEngine."Integration Table Mapping"

Events

OnBeforeRun

[IntegrationEvent(False,False)]
local procedure OnBeforeRun(IntegrationTableMapping: Record "Integration Table Mapping", var Handled: Boolean)

Parameters

Name Type Description
IntegrationTableMapping Table Microsoft.Integration.SyncEngine."Integration Table Mapping"
Handled Boolean

OnBeforeSetMatchingFilter

[IntegrationEvent(False,False)]
local procedure OnBeforeSetMatchingFilter(var IntegrationRecordRef: RecordRef, var MatchingIntegrationRecordFieldRef: FieldRef, var LocalRecordRef: RecordRef, var MatchingLocalFieldRef: FieldRef, var SetMatchingFilterHandled: Boolean)

Parameters

Name Type Description
IntegrationRecordRef RecordRef
MatchingIntegrationRecordFieldRef FieldRef
LocalRecordRef RecordRef
MatchingLocalFieldRef FieldRef
SetMatchingFilterHandled Boolean

See also