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