Table "CRM Synch. Conflict Buffer"
ID 5374
Namespace: Microsoft.Integration.Dataverse
Properties
Name
Value
Caption
CRM Synch. Conflict Buffer
DataClassification
CustomerContent
Fields
Name
Type
Description
"Entry No."
Integer
"Integration ID"
Guid
"CRM ID"
Guid
"Table ID"
Integer
"Table Name"
Text[250]
"Record ID"
RecordId
Description
Text[250]
"Modified On"
DateTime
"Int. Table ID"
Integer
"Int. Record ID"
RecordId
"Int. Description"
Text[250]
"Int. Modified On"
DateTime
"Error Message"
Text[250]
"Failed On"
DateTime
"Record Exists"
Boolean
"Int. Record Exists"
Boolean
"CRM Option Id"
Integer
SystemId
Guid
SystemCreatedAt
DateTime
SystemCreatedBy
Guid
SystemModifiedAt
DateTime
SystemModifiedBy
Guid
SystemRowVersion
BigInteger
Methods
DeleteCoupledRecords
procedure DeleteCoupledRecords()
DeleteCoupledRecord
procedure DeleteCoupledRecord()
DeleteCouplings
procedure DeleteCouplings()
DeleteCoupling
procedure DeleteCoupling()
Fill
procedure Fill(var CRMIntegrationRecord: Record "CRM Integration Record"): Integer
Parameters
Returns
Fill
procedure Fill(var CRMIntegrationRecord: Record "CRM Integration Record", var CRMOptionMapping: Record "CRM Option Mapping"): Integer
Parameters
Returns
GetRecDescription
procedure GetRecDescription(): Text
Returns
InitFromCRMIntegrationRecord
procedure InitFromCRMIntegrationRecord(CRMIntegrationRecord: Record "CRM Integration Record")
Parameters
InitFromCRMOptionMapping
procedure InitFromCRMOptionMapping(CRMOptionMapping: Record "CRM Option Mapping")
Parameters
IsOneRecordDeleted
procedure IsOneRecordDeleted(): Boolean
Returns
DoBothRecordsExist
procedure DoBothRecordsExist(): Boolean
Returns
DoesOneRecordExist
procedure DoesOneRecordExist(): Boolean
Returns
RestoreDeletedRecords
procedure RestoreDeletedRecords()
SetSelectionFilter
procedure SetSelectionFilter(var CRMIntegrationRecord: Record "CRM Integration Record")
Parameters
SetSelectionFilter
procedure SetSelectionFilter(var CRMIntegrationRecord: Record "CRM Integration Record", var CRMOptionMapping: Record "CRM Option Mapping")
Parameters
UpdateSourceTable
procedure UpdateSourceTable(var CRMIntegrationRecord: Record "CRM Integration Record"): Integer
Parameters
Returns
UpdateSourceTable
procedure UpdateSourceTable(var CRMIntegrationRecord: Record "CRM Integration Record", var CRMOptionMapping: Record "CRM Option Mapping"): Integer
Parameters
Returns
Events
OnValidateCRMIDOnBeforeGetCRMIntegrationRecord
[IntegrationEvent(False,False)]
local procedure OnValidateCRMIDOnBeforeGetCRMIntegrationRecord(TableID: Integer, var CRMSynchConflictBuffer: Record "CRM Synch. Conflict Buffer", var IsHandled: Boolean)
Parameters
See also