Table "Integration Synch. Job"
ID 5338
Namespace: Microsoft.Integration.SyncEngine
Properties
| Name |
Value |
| Caption |
Integration Synch. Job
|
| ReplicateData |
False
|
| DataClassification |
CustomerContent
|
Fields
| Name |
Type |
Description |
| ID |
Guid
|
|
| "Start Date/Time" |
DateTime
|
|
| "Finish Date/Time" |
DateTime
|
|
| Message |
Text[250]
|
|
| "Integration Table Mapping Name" |
Code[20]
|
|
| Inserted |
Integer
|
|
| Modified |
Integer
|
|
| Deleted |
Integer
|
|
| Unchanged |
Integer
|
|
| Skipped |
Integer
|
|
| Failed |
Integer
|
|
| "Synch. Direction" |
Option
|
|
| "Job Queue Log Entry No." |
Integer
|
|
| Type |
Option
|
|
| Uncoupled |
Integer
|
|
| Coupled |
Integer
|
|
| SystemId |
Guid
|
|
| SystemCreatedAt |
DateTime
|
|
| SystemCreatedBy |
Guid
|
|
| SystemModifiedAt |
DateTime
|
|
| SystemModifiedBy |
Guid
|
|
| SystemRowVersion |
BigInteger
|
|
Methods
DeleteEntries
procedure DeleteEntries(DaysOld: Integer)
Parameters
| Name |
Type |
Description |
|
DaysOld
|
Integer
|
|
GetErrorForRecordID
procedure GetErrorForRecordID(RecID: RecordId, var IntegrationSynchJobErrors: Record "Integration Synch. Job Errors"): Boolean
Parameters
Returns
AreSomeRecordsFailed
[Scope(Cloud)]
procedure AreSomeRecordsFailed(): Boolean
Returns
HaveJobsBeenIdle
procedure HaveJobsBeenIdle(JobQueueLogEntryNo: Integer): Boolean
Parameters
| Name |
Type |
Description |
|
JobQueueLogEntryNo
|
Integer
|
|
Returns
CanBeRemoved
procedure CanBeRemoved(): Boolean
Returns
Events
OnCanBeRemoved
[IntegrationEvent(False,False)]
local procedure OnCanBeRemoved(IntegrationSynchJob: Record "Integration Synch. Job", var AllowRemoval: Boolean)
Parameters
See also