Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5800
Table Type: Company
Table Name: Item Charge
Database Table Name: CRONUS UK Ltd_$Item Charge$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 Item Charge can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Item Charge$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[No_]
,[Description]
,[Gen_ Prod_ Posting Group]
,[Tax Group Code]
,[VAT Prod_ Posting Group]
,[Search Description]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[Freight_Insurance]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Item Charge$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Item Charge$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Charge]
LEFT JOIN
[CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group]
ON
[Item Charge].[Tax Group Code] = [Tax Group].[Code]
Show/hide columns in Item Charge table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | No_ ![]() ![]() | nvarchar(40) | ||||
3 | Description ![]() | nvarchar(200) | ||||
4 | Gen_ Prod_ Posting Group ![]() | nvarchar(40) | ||||
5 | Tax Group Code ![]() | nvarchar(40) | ||||
Key to join to the Tax Group table.Show/hide example querySELECT
[Item Charge].[Tax Group Code]
,[Tax Group].[Code]
FROM
[CRONUS UK Ltd_$Item Charge$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Charge]
LEFT JOIN
[CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group]
ON
[Item Charge].[Tax Group Code] = [Tax Group].[Code] | ||||||
6 | VAT Prod_ Posting Group ![]() | nvarchar(40) | ||||
7 | Search Description ![]() | nvarchar(200) | ||||
8 | Global Dimension 1 Code ![]() | nvarchar(40) | ||||
9 | Global Dimension 2 Code ![]() | nvarchar(40) | ||||
10 | Freight_Insurance ![]() | tinyint | ||||
11 | $systemId ![]() | uniqueidentifier | ||||
12 | $systemCreatedAt ![]() | datetime | ||||
13 | $systemCreatedBy ![]() | uniqueidentifier | ||||
14 | $systemModifiedAt ![]() | datetime | ||||
15 | $systemModifiedBy ![]() | uniqueidentifier |