Codeunit "CDS Int. Table Couple"

ID 5360
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

OnShouldCreateNewRecordInCaseOfNoMatch

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

Parameters

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

See also