Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/7233
Table Type: Company
Table Name: Master Data Full Synch. R. Ln.
Database Table Name: CRONUS UK Ltd_$Master Data Full Synch_ R_ Ln_$a01864f8-9c3f-42f6-8328-8d7be1ce3e20
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 Master Data Full Synch. R. Ln. can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Master Data Full Synch_ R_ Ln_$a01864f8-9c3f-42f6-8328-8d7be1ce3e20]
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]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Master Data Full Synch_ R_ Ln_$a01864f8-9c3f-42f6-8328-8d7be1ce3e20]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Master Data Full Synch_ R_ Ln_$a01864f8-9c3f-42f6-8328-8d7be1ce3e20] AS [Master Data Full Synch. R. Ln.]
LEFT JOIN
[User] AS [User]
ON
[Master Data Full Synch. R. Ln.].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Master Data Full Synch. R. Ln.].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Master Data Full Synch. R. Ln. 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:
| |||||||
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 [Master Data Full Synch. R. Ln.].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Master Data Full Synch_ R_ Ln_$a01864f8-9c3f-42f6-8328-8d7be1ce3e20] AS [Master Data Full Synch. R. Ln.] LEFT JOIN [User] AS [User] ON [Master Data Full Synch. R. Ln.].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |