Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5332
Table Type: Company
Table Name: Coupling Record Buffer
Database Table Name: CRONUS UK Ltd_$Coupling Record Buffer$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 Coupling Record Buffer can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Coupling Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[NAV Name]
,[CRM Name]
,[NAV Table ID]
,[CRM Table ID]
,[Sync Action]
,[NAV Record ID]
,[CRM ID]
,[Create New]
,[Saved Sync Action]
,[Saved CRM ID]
,[CRM Table Name]
,[CRM Option Id]
,[Saved CRM Option Id]
,[Is Option]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Coupling Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Coupling Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Coupling Record Buffer]
LEFT JOIN
[User] AS [User]
ON
[Coupling Record Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Coupling Record Buffer].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Coupling Record Buffer table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | NAV Name | NAV Name | Normal | Text | 250 | NAV Name | nvarchar(500) |
2 | CRM Name | CRM Name | Normal | Text | 250 | CRM Name | nvarchar(500) |
3 | NAV Table ID | NAV Table ID | Normal | Integer | 4 | NAV Table ID | int |
4 | CRM Table ID | CRM Table ID | Normal | Integer | 4 | CRM Table ID | int |
5 | Sync Action | Sync Action | Normal | Option | 4 | Sync Action | int |
Available options are:
| |||||||
8 | NAV Record ID | NAV Record ID | Normal | RecordID | 448 | NAV Record ID | varbinary(448) |
9 | CRM ID | CRM ID | Normal | GUID | 16 | CRM ID | uniqueidentifier |
10 | Create New | Create New | Normal | Boolean | 4 | Create New | tinyint |
11 | Saved Sync Action | Saved Sync Action | Normal | Option | 4 | Saved Sync Action | int |
Available options are:
| |||||||
12 | Saved CRM ID | Saved CRM ID | Normal | GUID | 16 | Saved CRM ID | uniqueidentifier |
13 | CRM Table Name | CRM Table Name | Normal | Code | 20 | CRM Table Name | nvarchar(40) |
14 | CRM Option Id | CRM Option Id | Normal | Integer | 4 | CRM Option Id | int |
15 | Saved CRM Option Id | Saved CRM Option Id | Normal | Integer | 4 | Saved CRM Option Id | int |
16 | Is Option | Is Option | Normal | Boolean | 4 | Is Option | 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 [Coupling Record Buffer].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Coupling Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Coupling Record Buffer] LEFT JOIN [User] AS [User] ON [Coupling Record Buffer].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |