Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/48
Table Type: Company
Table Name: Invt. Posting Buffer
Database Table Name: CRONUS UK Ltd_$Invt_ 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 Invt. Posting Buffer can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Account Type]
,[Location Code]
,[Inventory Posting Group]
,[Dimension Entry No_]
,[Amount]
,[Amount (ACY)]
,[Interim Account]
,[Account No_]
,[Posting Date]
,[Gen_ Bus_ Posting Group]
,[Gen_ Prod_ Posting Group]
,[Negative]
,[Entry No_]
,[Bal_ Account Type]
,[Job No_]
,[Dimension Set ID]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Invt_ 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_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Invt. Posting Buffer].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Inventory Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Posting Group]
ON
[Invt. Posting Buffer].[Inventory Posting Group] = [Inventory Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Invt. Posting Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[User] AS [User]
ON
[Invt. Posting Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Invt. Posting Buffer].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Invt. Posting Buffer table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Account Type | Account Type | Normal | Option | 4 | Account Type | int |
Available options are:
| |||||||
2 | Location Code | Location Code | Normal | Code | 10 | Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Invt. Posting Buffer].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Invt. Posting Buffer].[Location Code] = [Location].[Code] | |||||||
3 | Inventory Posting Group | Inventory Posting Group | Normal | Code | 20 | Inventory Posting Group | nvarchar(40) |
Key to join to the Inventory Posting Group table.Show/hide example querySELECT [Invt. Posting Buffer].[Inventory Posting Group] ,[Inventory Posting Group].[Code] FROM [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Inventory Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Posting Group] ON [Invt. Posting Buffer].[Inventory Posting Group] = [Inventory Posting Group].[Code] | |||||||
4 | Dimension Entry No. | Dimension Entry No. | Normal | Integer | 4 | Dimension Entry No_ | int |
5 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
6 | Amount (ACY) | Amount (ACY) | Normal | Decimal | 12 | Amount (ACY) | decimal(38,38) |
7 | Interim Account | Interim Account | Normal | Boolean | 4 | Interim Account | tinyint |
8 | Account No. | Account No. | Normal | Code | 20 | Account No_ | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Invt. Posting Buffer].[Account No_] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Invt. Posting Buffer].[Account No_] = [G/L Account].[No_] | |||||||
9 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
10 | 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 [Invt. Posting Buffer].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Invt. Posting Buffer].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
11 | 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 [Invt. Posting Buffer].[Gen_ Prod_ Posting Group] ,[Gen. Product Posting Group].[Code] FROM [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group] ON [Invt. Posting Buffer].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code] | |||||||
12 | Negative | Negative | Normal | Boolean | 4 | Negative | tinyint |
13 | Entry No. | Entry No. | Normal | Integer | 4 | Entry No_ | int |
14 | Bal. Account Type | Bal. Account Type | Normal | Option | 4 | Bal_ Account Type | int |
Available options are:
| |||||||
15 | Job No. | Job No. | Normal | Code | 20 | Job No_ | nvarchar(40) |
Key to join to the Job table.Show/hide example querySELECT [Invt. Posting Buffer].[Job No_] ,[Job].[No_] FROM [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Job$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job] ON [Invt. Posting Buffer].[Job No_] = [Job].[No_] | |||||||
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 [Invt. Posting Buffer].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Invt. 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 [Invt. Posting Buffer].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Invt_ Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Invt. Posting Buffer] LEFT JOIN [User] AS [User] ON [Invt. 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 |