Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1703
Table Type: Company
Table Name: Deferral Post. Buffer
Database Table Name: CRONUS UK Ltd_$Deferral Post_ 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 Deferral Post. Buffer can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Type]
,[G_L Account]
,[Gen_ Bus_ Posting Group]
,[Gen_ Prod_ Posting Group]
,[VAT Bus_ Posting Group]
,[VAT Prod_ Posting Group]
,[Tax Area Code]
,[Tax Group Code]
,[Tax Liable]
,[Use Tax]
,[Job No_]
,[Posting Date]
,[Amount]
,[Amount (LCY)]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[Description]
,[Deferral Account]
,[Period Description]
,[Deferral Doc_ Type]
,[Document No_]
,[Sales_Purch Amount]
,[Sales_Purch Amount (LCY)]
,[Gen_ Posting Type]
,[Partial Deferral]
,[Dimension Set ID]
,[Deferral Code]
,[Deferral Line No_]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Deferral Post_ 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_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer]
LEFT JOIN
[CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area]
ON
[Deferral Post. Buffer].[Tax Area Code] = [Tax Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group]
ON
[Deferral Post. Buffer].[Tax Group Code] = [Tax Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Deferral Post. Buffer].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Deferral Post. Buffer].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Deferral Post. Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[CRONUS UK Ltd_$Deferral Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Template]
ON
[Deferral Post. Buffer].[Deferral Code] = [Deferral Template].[Deferral Code]
LEFT JOIN
[User] AS [User]
ON
[Deferral Post. Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Deferral Post. Buffer].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Deferral Post. Buffer table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
2 | G/L Account | G/L Account | Normal | Code | 20 | G_L Account | nvarchar(40) |
3 | Gen. Bus. Posting Group | Gen. Bus. Posting Group | Normal | Code | 20 | Gen_ Bus_ Posting Group | nvarchar(40) |
Key to join to the Gen. Business Posting Group table.Show/hide example querySELECT [Deferral Post. Buffer].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Deferral Post. Buffer].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
4 | Gen. Prod. Posting Group | Gen. Prod. Posting Group | Normal | Code | 20 | Gen_ Prod_ Posting Group | nvarchar(40) |
Key to join to the Gen. Product Posting Group table.Show/hide example querySELECT [Deferral Post. Buffer].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Deferral Post. Buffer].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
5 | VAT Bus. Posting Group | VAT Bus. Posting Group | Normal | Code | 20 | VAT Bus_ Posting Group | nvarchar(40) |
Key to join to the VAT Business Posting Group table.Show/hide example querySELECT [Deferral Post. Buffer].[VAT Bus_ Posting Group] ,[VAT Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [CRONUS UK Ltd_$VAT Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Business Posting Group] ON [Deferral Post. Buffer].[VAT Bus_ Posting Group] = [VAT Business Posting Group].[Code] | |||||||
6 | VAT Prod. Posting Group | VAT Prod. Posting Group | Normal | Code | 20 | VAT Prod_ Posting Group | nvarchar(40) |
Key to join to the VAT Product Posting Group table.Show/hide example querySELECT [Deferral Post. Buffer].[VAT Prod_ Posting Group] ,[VAT Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [CRONUS UK Ltd_$VAT Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Product Posting Group] ON [Deferral Post. Buffer].[VAT Prod_ Posting Group] = [VAT Product Posting Group].[Code] | |||||||
7 | Tax Area Code | Tax Area Code | Normal | Code | 20 | Tax Area Code | nvarchar(40) |
Key to join to the Tax Area table.Show/hide example querySELECT [Deferral Post. Buffer].[Tax Area Code] ,[Tax Area].[Code] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area] ON [Deferral Post. Buffer].[Tax Area Code] = [Tax Area].[Code] | |||||||
8 | Tax Group Code | Tax Group Code | Normal | Code | 20 | Tax Group Code | nvarchar(40) |
Key to join to the Tax Group table.Show/hide example querySELECT [Deferral Post. Buffer].[Tax Group Code] ,[Tax Group].[Code] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group] ON [Deferral Post. Buffer].[Tax Group Code] = [Tax Group].[Code] | |||||||
9 | Tax Liable | Tax Liable | Normal | Boolean | 4 | Tax Liable | tinyint |
10 | Use Tax | Use Tax | Normal | Boolean | 4 | Use Tax | tinyint |
11 | Job No. | Job No. | Normal | Code | 20 | Job No_ | nvarchar(40) |
Key to join to the Job table.Show/hide example querySELECT [Deferral Post. Buffer].[Job No_] ,[Job].[No_] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job] ON [Deferral Post. Buffer].[Job No_] = [Job].[No_] | |||||||
12 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
13 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
14 | Amount (LCY) | Amount (LCY) | Normal | Decimal | 12 | Amount (LCY) | decimal(38,38) |
15 | System-Created Entry | System-Created Entry | Normal | Boolean | 4 | ||
16 | Global Dimension 1 Code | Global Dimension 1 Code | Normal | Code | 20 | Global Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Deferral Post. Buffer].[Global Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Deferral Post. Buffer].[Global Dimension 1 Code] = [Dimension].[Code] | |||||||
17 | Global Dimension 2 Code | Global Dimension 2 Code | Normal | Code | 20 | Global Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Deferral Post. Buffer].[Global Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Deferral Post. Buffer].[Global Dimension 2 Code] = [Dimension].[Code] | |||||||
18 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
19 | Deferral Account | Deferral Account | Normal | Code | 20 | Deferral Account | nvarchar(40) |
20 | Period Description | Period Description | Normal | Text | 100 | Period Description | nvarchar(200) |
21 | Deferral Doc. Type | Deferral Doc. Type | Normal | Option | 4 | Deferral Doc_ Type | int |
Available options are:
| |||||||
22 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
24 | Sales/Purch Amount | Sales/Purch Amount | Normal | Decimal | 12 | Sales_Purch Amount | decimal(38,38) |
25 | Sales/Purch Amount (LCY) | Sales/Purch Amount (LCY) | Normal | Decimal | 12 | Sales_Purch Amount (LCY) | decimal(38,38) |
26 | Gen. Posting Type | Gen. Posting Type | Normal | Option | 4 | Gen_ Posting Type | int |
Available options are:
| |||||||
27 | Partial Deferral | Partial Deferral | Normal | Boolean | 4 | Partial Deferral | tinyint |
480 | Dimension Set ID | Dimension Set ID | Normal | Integer | 4 | Dimension Set ID | int |
Key to join to the Dimension Set Entry table.Show/hide example querySELECT [Deferral Post. Buffer].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Deferral Post. Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
1700 | Deferral Code | Deferral Code | Normal | Code | 10 | Deferral Code | nvarchar(20) |
Key to join to the Deferral Template table.Show/hide example querySELECT [Deferral Post. Buffer].[Deferral Code] ,[Deferral Template].[Deferral Code] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [CRONUS UK Ltd_$Deferral Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Template] ON [Deferral Post. Buffer].[Deferral Code] = [Deferral Template].[Deferral Code] | |||||||
1701 | Deferral Line No. | Deferral Line No. | Normal | Integer | 4 | Deferral Line No_ | int |
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 [Deferral Post. Buffer].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Deferral Post_ Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Post. Buffer] LEFT JOIN [User] AS [User] ON [Deferral Post. Buffer].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |