Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5637
Table Type: Company
Table Name: FA G/L Posting Buffer
Database Table Name: CRONUS UK Ltd_$FA G_L 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 FA G/L Posting Buffer can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Entry No_]
,[Account No_]
,[Amount]
,[Correction]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[FA Entry Type]
,[FA Entry No_]
,[Automatic Entry]
,[FA Posting Group]
,[FA Allocation Type]
,[FA Allocation Line No_]
,[Original General Journal Line]
,[Net Disposal]
,[Dimension Set ID]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$FA G_L 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_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[FA G/L Posting Buffer].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[FA G/L Posting Buffer].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$FA Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group]
ON
[FA G/L Posting Buffer].[FA Posting Group] = [FA Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[FA G/L Posting Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[User] AS [User]
ON
[FA G/L Posting Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[FA G/L Posting Buffer].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in FA G/L 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 | Account No. | Account No. | Normal | Code | 20 | Account No_ | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [FA G/L Posting Buffer].[Account No_] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [FA G/L Posting Buffer].[Account No_] = [G/L Account].[No_] | |||||||
3 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
4 | Correction | Correction | Normal | Boolean | 4 | Correction | tinyint |
5 | 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 [FA G/L Posting Buffer].[Global Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [FA G/L Posting Buffer].[Global Dimension 1 Code] = [Dimension].[Code] | |||||||
6 | 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 [FA G/L Posting Buffer].[Global Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [FA G/L Posting Buffer].[Global Dimension 2 Code] = [Dimension].[Code] | |||||||
7 | FA Entry Type | FA Entry Type | Normal | Option | 4 | FA Entry Type | int |
Available options are:
| |||||||
8 | FA Entry No. | FA Entry No. | Normal | Integer | 4 | FA Entry No_ | int |
9 | Automatic Entry | Automatic Entry | Normal | Boolean | 4 | Automatic Entry | tinyint |
10 | FA Posting Group | FA Posting Group | Normal | Code | 20 | FA Posting Group | nvarchar(40) |
Key to join to the FA Posting Group table.Show/hide example querySELECT [FA G/L Posting Buffer].[FA Posting Group] ,[FA Posting Group].[Code] FROM [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$FA Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group] ON [FA G/L Posting Buffer].[FA Posting Group] = [FA Posting Group].[Code] | |||||||
11 | FA Allocation Type | FA Allocation Type | Normal | Option | 4 | FA Allocation Type | int |
Available options are:
| |||||||
12 | FA Allocation Line No. | FA Allocation Line No. | Normal | Integer | 4 | FA Allocation Line No_ | int |
15 | Original General Journal Line | Original General Journal Line | Normal | Boolean | 4 | Original General Journal Line | tinyint |
16 | Net Disposal | Net Disposal | Normal | Boolean | 4 | Net Disposal | 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 [FA G/L Posting Buffer].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [FA G/L Posting Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
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 [FA G/L Posting Buffer].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer] LEFT JOIN [User] AS [User] ON [FA G/L 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 |