Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5714
Table Type: Company
Table Name: Responsibility Center
Database Table Name: CRONUS UK Ltd_$Responsibility Center$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 Responsibility Center can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Code]
,[Name]
,[Address]
,[Address 2]
,[City]
,[Post Code]
,[Country_Region Code]
,[Phone No_]
,[Fax No_]
,[Name 2]
,[Contact]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[Location Code]
,[County]
,[E-Mail]
,[Home Page]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center]
LEFT JOIN
[CRONUS UK Ltd_$Country_Region$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Country_Region]
ON
[Responsibility Center].[Country_Region Code] = [Country_Region].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Responsibility Center].[Location Code] = [Location].[Code]
Show/hide columns in Responsibility Center table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | Code ![]() ![]() | nvarchar(20) | ||||
3 | Name ![]() | nvarchar(100) | ||||
4 | Address ![]() | nvarchar(200) | ||||
5 | Address 2 ![]() | nvarchar(100) | ||||
6 | City ![]() | nvarchar(60) | ||||
7 | Post Code ![]() | nvarchar(40) | ||||
8 | Country_Region Code ![]() | nvarchar(20) | ||||
Key to join to the Country_Region table.Show/hide example querySELECT
[Responsibility Center].[Country_Region Code]
,[Country_Region].[Code]
FROM
[CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center]
LEFT JOIN
[CRONUS UK Ltd_$Country_Region$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Country_Region]
ON
[Responsibility Center].[Country_Region Code] = [Country_Region].[Code] | ||||||
9 | Phone No_ ![]() | nvarchar(60) | ||||
10 | Fax No_ ![]() | nvarchar(60) | ||||
11 | Name 2 ![]() | nvarchar(100) | ||||
12 | Contact ![]() | nvarchar(200) | ||||
13 | Global Dimension 1 Code ![]() | nvarchar(40) | ||||
14 | Global Dimension 2 Code ![]() | nvarchar(40) | ||||
15 | Location Code ![]() | nvarchar(20) | ||||
Key to join to the Location table.Show/hide example querySELECT
[Responsibility Center].[Location Code]
,[Location].[Code]
FROM
[CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Responsibility Center].[Location Code] = [Location].[Code] | ||||||
16 | County ![]() | nvarchar(60) | ||||
17 | E-Mail ![]() | nvarchar(160) | ||||
18 | Home Page ![]() | nvarchar(180) | ||||
19 | $systemId ![]() | uniqueidentifier | ||||
20 | $systemCreatedAt ![]() | datetime | ||||
21 | $systemCreatedBy ![]() | uniqueidentifier | ||||
22 | $systemModifiedAt ![]() | datetime | ||||
23 | $systemModifiedBy ![]() | uniqueidentifier |