Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5103
Table Type: Company
Table Name: Interaction Tmpl_ Language
Database Table Name: CRONUS UK Ltd_$Interaction Tmpl_ Language$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 Interaction Tmpl_ Language can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Interaction Tmpl_ Language$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Interaction Template Code]
,[Language Code]
,[Description]
,[Attachment No_]
,[Custom Layout Code]
,[Word Template Code]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Interaction Tmpl_ Language$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Interaction Tmpl_ Language$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Interaction Tmpl_ Language]
LEFT JOIN
[CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
ON
[Interaction Tmpl_ Language].[Language Code] = [Language].[Code]
Show/hide columns in Interaction Tmpl_ Language table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | Interaction Template Code ![]() ![]() | nvarchar(20) | ||||
3 | Language Code ![]() ![]() | nvarchar(20) | ||||
Key to join to the Language table.Show/hide example querySELECT
[Interaction Tmpl_ Language].[Language Code]
,[Language].[Code]
FROM
[CRONUS UK Ltd_$Interaction Tmpl_ Language$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Interaction Tmpl_ Language]
LEFT JOIN
[CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
ON
[Interaction Tmpl_ Language].[Language Code] = [Language].[Code] | ||||||
4 | Description ![]() | nvarchar(200) | ||||
5 | Attachment No_ ![]() | int | ||||
6 | Custom Layout Code ![]() | nvarchar(40) | ||||
7 | Word Template Code ![]() | nvarchar(60) | ||||
8 | $systemId ![]() | uniqueidentifier | ||||
9 | $systemCreatedAt ![]() | datetime | ||||
10 | $systemCreatedBy ![]() | uniqueidentifier | ||||
11 | $systemModifiedAt ![]() | datetime | ||||
12 | $systemModifiedBy ![]() | uniqueidentifier |