Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/7503
Table Type: Company
Table Name: Item Attr_ Value Translation
Database Table Name: CRONUS UK Ltd_$Item Attr_ Value Translation$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 Attr_ Value Translation can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Item Attr_ Value Translation$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Attribute ID]
,[ID]
,[Language Code]
,[Name]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Item Attr_ Value Translation$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 Attr_ Value Translation$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Attr_ Value Translation]
LEFT JOIN
[CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
ON
[Item Attr_ Value Translation].[Language Code] = [Language].[Code]
Show/hide columns in Item Attr_ Value Translation table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | Attribute ID ![]() ![]() | int | ||||
3 | ID ![]() ![]() | int | ||||
4 | Language Code ![]() ![]() | nvarchar(20) | ||||
Key to join to the Language table.Show/hide example querySELECT
[Item Attr_ Value Translation].[Language Code]
,[Language].[Code]
FROM
[CRONUS UK Ltd_$Item Attr_ Value Translation$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Attr_ Value Translation]
LEFT JOIN
[CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
ON
[Item Attr_ Value Translation].[Language Code] = [Language].[Code] | ||||||
5 | Name ![]() | nvarchar(500) | ||||
6 | $systemId ![]() | uniqueidentifier | ||||
7 | $systemCreatedAt ![]() | datetime | ||||
8 | $systemCreatedBy ![]() | uniqueidentifier | ||||
9 | $systemModifiedAt ![]() | datetime | ||||
10 | $systemModifiedBy ![]() | uniqueidentifier |