Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5339
Table Type: Company
Table Name: Integration Synch. Job Errors
Database Table Name: CRONUS UK Ltd_$Integration Synch_ Job Errors$437dbf0e-84ff-417a-965d-ed2bb9650972
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 Errors can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Integration Synch_ Job Errors$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[No_]
,[Integration Synch_ Job ID]
,[Source Record ID]
,[Destination Record ID]
,[Message]
,[Date_Time]
,[Exception Detail]
,[Error Message]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Integration Synch_ Job Errors$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 Errors$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Synch. Job Errors]
LEFT JOIN
[User] AS [User]
ON
[Integration Synch. Job Errors].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Integration Synch. Job Errors].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Integration Synch. Job Errors table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | No. | No. | Normal | Integer | 4 | No_ | int |
2 | Integration Synch. Job ID | Integration Synch. Job ID | Normal | GUID | 16 | Integration Synch_ Job ID | uniqueidentifier |
Key to join to the Integration Synch. Job table.Show/hide example querySELECT [Integration Synch. Job Errors].[Integration Synch_ Job ID] ,[Integration Synch. Job].[ID] FROM [CRONUS UK Ltd_$Integration Synch_ Job Errors$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Synch. Job Errors] LEFT JOIN [CRONUS UK Ltd_$Integration Synch_ Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Synch. Job] ON [Integration Synch. Job Errors].[Integration Synch_ Job ID] = [Integration Synch. Job].[ID] | |||||||
3 | Source Record ID | Source Record ID | Normal | RecordID | 448 | Source Record ID | varbinary(448) |
4 | Destination Record ID | Destination Record ID | Normal | RecordID | 448 | Destination Record ID | varbinary(448) |
5 | Message | Message | Normal | Text | 250 | Message | nvarchar(500) |
6 | Date/Time | Date/Time | Normal | DateTime | 8 | Date_Time | datetime |
7 | Exception Detail | Exception Detail | Normal | BLOB | 8 | Exception Detail | image |
8 | Error Message | Error Message | Normal | Text | 2048 | Error Message | nvarchar(4096) |
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Integration Synch. Job Errors].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Integration Synch_ Job Errors$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Synch. Job Errors] LEFT JOIN [User] AS [User] ON [Integration Synch. Job Errors].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |