Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5373
Table Type: Company
Table Name: CRM Full Synch. Review Line
Database Table Name: CRONUS UK Ltd_$CRM Full Synch_ Review Line$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 CRM Full Synch. Review Line can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$CRM Full Synch_ Review Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Name]
,[Dependency Filter]
,[Session ID]
,[To Int_ Table Job ID]
,[To Int_ Table Job Status]
,[From Int_ Table Job ID]
,[From Int_ Table Job Status]
,[Direction]
,[Job Queue Entry ID]
,[Job Queue Entry Status]
,[Initial Synch Recommendation]
,[Multi Company Synch_ Enabled]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$CRM Full Synch_ Review Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$CRM Full Synch_ Review Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Full Synch. Review Line]
LEFT JOIN
[User] AS [User]
ON
[CRM Full Synch. Review Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[CRM Full Synch. Review Line].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in CRM Full Synch. Review Line table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Name | Name | Normal | Code | 20 | Name | nvarchar(40) |
2 | Dependency Filter | Dependency Filter | Normal | Text | 250 | Dependency Filter | nvarchar(500) |
3 | Session ID | Session ID | Normal | Integer | 4 | Session ID | int |
4 | To Int. Table Job ID | To Int. Table Job ID | Normal | GUID | 16 | To Int_ Table Job ID | uniqueidentifier |
5 | To Int. Table Job Status | To Int. Table Job Status | Normal | Option | 4 | To Int_ Table Job Status | int |
Available options are:
| |||||||
6 | From Int. Table Job ID | From Int. Table Job ID | Normal | GUID | 16 | From Int_ Table Job ID | uniqueidentifier |
7 | From Int. Table Job Status | From Int. Table Job Status | Normal | Option | 4 | From Int_ Table Job Status | int |
Available options are:
| |||||||
8 | Direction | Direction | Normal | Option | 4 | Direction | int |
Available options are:
| |||||||
9 | Job Queue Entry ID | Job Queue Entry ID | Normal | GUID | 16 | Job Queue Entry ID | uniqueidentifier |
10 | Job Queue Entry Status | Job Queue Entry Status | Normal | Option | 4 | Job Queue Entry Status | int |
Available options are:
| |||||||
13 | Initial Synch Recommendation | Initial Synch Recommendation | Normal | Option | 4 | Initial Synch Recommendation | int |
Available options are:
| |||||||
34 | Multi Company Synch. Enabled | Multi-Company Synchronization Enabled | Normal | Boolean | 4 | Multi Company Synch_ Enabled | tinyint |
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 [CRM Full Synch. Review Line].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$CRM Full Synch_ Review Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Full Synch. Review Line] LEFT JOIN [User] AS [User] ON [CRM Full Synch. Review Line].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |