Integration Synch. Job

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5338

Table Type: Company

Table Name: Integration Synch. Job
Database Table Name: CRONUS UK Ltd_$Integration Synch_ Job$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5338

Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how Integration Synch. Job can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Integration Synch_ Job$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [ID]
   ,[Start Date_Time]
   ,[Finish Date_Time]
   ,[Message]
   ,[Integration Table Mapping Name]
   ,[Inserted]
   ,[Modified]
   ,[Deleted]
   ,[Unchanged]
   ,[Skipped]
   ,[Failed]
   ,[Synch_ Direction]
   ,[Job Queue Log Entry No_]
   ,[Type]
   ,[Uncoupled]
   ,[Coupled]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Integration Synch_ Job$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$Integration Synch_ Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Synch. Job]
LEFT JOIN
   [CRONUS UK Ltd_$Integration Table Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Integration Table Mapping]
      ON
         [Integration Synch. Job].[Integration Table Mapping Name] = [Integration Table Mapping].[Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Integration Synch. Job].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Integration Synch. Job].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Integration Synch. Job table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1ID Primary Key SearchIDNormalGUID16IDuniqueidentifier
2Start Date/Time SearchStart Date/TimeNormalDateTime8Start Date_Timedatetime
3Finish Date/Time SearchFinish Date/TimeNormalDateTime8Finish Date_Timedatetime
4Message SearchMessageNormalText250Messagenvarchar(500)
5Integration Table Mapping Name SearchIntegration Table Mapping NameNormalCode20Integration Table Mapping Namenvarchar(40)
Key to join to the Integration Table Mapping table.

Show/hide example query

SELECT
       [Integration Synch. Job].[Integration Table Mapping Name]
       ,[Integration Table Mapping].[Name]
FROM
       [CRONUS UK Ltd_$Integration Synch_ Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Synch. Job]
LEFT JOIN
       [CRONUS UK Ltd_$Integration Table Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Integration Table Mapping]
              ON
                     [Integration Synch. Job].[Integration Table Mapping Name] = [Integration Table Mapping].[Name]
6Inserted SearchInsertedNormalInteger4Insertedint
7Modified SearchModifiedNormalInteger4Modifiedint
8Deleted SearchDeletedNormalInteger4Deletedint
9Unchanged SearchUnchangedNormalInteger4Unchangedint
10Skipped SearchSkippedNormalInteger4Skippedint
11Failed SearchFailedNormalInteger4Failedint
12Synch. Direction SearchSynch. DirectionNormalOption4Synch_ Directionint
Available options are:
  • “Bidirectional”
  • “ToIntegrationTable”
  • “FromIntegrationTable”
13Job Queue Log Entry No. SearchJob Queue Log Entry No.NormalInteger4Job Queue Log Entry No_int
14Type SearchTypeNormalOption4Typeint
Available options are:
  • “Synchronization”
  • “Uncoupling”
  • “Coupling”
15Uncoupled SearchUncoupledNormalInteger4Uncoupledint
16Coupled SearchCoupledNormalInteger4Coupledint
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Integration Synch. Job].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Integration Synch_ Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Synch. Job]
LEFT JOIN
       [User] AS [User]
              ON
                     [Integration Synch. Job].[$systemCreatedBy] = [User].[User Security ID]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Integration Synch. Job].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Integration Synch_ Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Synch. Job]
LEFT JOIN
       [User] AS [User]
              ON
                     [Integration Synch. Job].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

Your email address will not be published. Required fields are marked *