Table "Integration Synch. Job Errors"
ID 5339
Namespace: Microsoft.Integration.SyncEngine
Properties
| Name |
Value |
| Caption |
Integration Synch. Job Errors
|
| ReplicateData |
False
|
| DataClassification |
CustomerContent
|
Fields
| Name |
Type |
Description |
| "No." |
Integer
|
|
| "Integration Synch. Job ID" |
Guid
|
|
| "Source Record ID" |
RecordId
|
|
| "Destination Record ID" |
RecordId
|
|
| Message |
Text[250]
|
|
| "Date/Time" |
DateTime
|
|
| "Exception Detail" |
Blob
|
|
| "Error Message" |
Text[2048]
|
|
| SystemId |
Guid
|
|
| SystemCreatedAt |
DateTime
|
|
| SystemCreatedBy |
Guid
|
|
| SystemModifiedAt |
DateTime
|
|
| SystemModifiedBy |
Guid
|
|
| SystemRowVersion |
BigInteger
|
|
Methods
DeleteEntries
procedure DeleteEntries(DaysOld: Integer)
Parameters
| Name |
Type |
Description |
|
DaysOld
|
Integer
|
|
LogSynchError
procedure LogSynchError(IntegrationSynchJobId: Guid, SourceRecordId: RecordId, DestinationRecordId: RecordId, ErrorMessage: Text)
Parameters
| Name |
Type |
Description |
|
IntegrationSynchJobId
|
Guid
|
|
|
SourceRecordId
|
RecordId
|
|
|
DestinationRecordId
|
RecordId
|
|
|
ErrorMessage
|
Text
|
|
SetDataIntegrationUIElementsVisible
procedure SetDataIntegrationUIElementsVisible(var DataIntegrationCuesVisible: Boolean)
Parameters
| Name |
Type |
Description |
|
DataIntegrationCuesVisible
|
Boolean
|
|
ForceSynchronizeDataIntegration
procedure ForceSynchronizeDataIntegration(LocalRecordID: RecordId, var SynchronizeHandled: Boolean)
Parameters
| Name |
Type |
Description |
|
LocalRecordID
|
RecordId
|
|
|
SynchronizeHandled
|
Boolean
|
|
Events
OnIsDataIntegrationEnabled
[IntegrationEvent(False,False)]
local procedure OnIsDataIntegrationEnabled(var IsIntegrationEnabled: Boolean)
Parameters
| Name |
Type |
Description |
|
IsIntegrationEnabled
|
Boolean
|
|
OnForceSynchronizeDataIntegration
[IntegrationEvent(False,False)]
local procedure OnForceSynchronizeDataIntegration(LocalRecordID: RecordId, var SynchronizeHandled: Boolean)
Parameters
| Name |
Type |
Description |
|
LocalRecordID
|
RecordId
|
|
|
SynchronizeHandled
|
Boolean
|
|
OnForceSynchronizeRecords
[IntegrationEvent(False,False)]
procedure OnForceSynchronizeRecords(var LocalRecordIdList: List of [RecordId], var SynchronizeHandled: Boolean)
Parameters
| Name |
Type |
Description |
|
LocalRecordIdList
|
List of [RecordId]
|
|
|
SynchronizeHandled
|
Boolean
|
|
OnAfterLogSynchError
[IntegrationEvent(False,False)]
local procedure OnAfterLogSynchError(IntegrationSynchJobErrors: Record "Integration Synch. Job Errors")
Parameters
See also