Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/20100
Table Type: Company
Table Name: AMC Bank Banks
Database Table Name: CRONUS UK Ltd_$AMC Bank Banks$16319982-4995-4fb1-8fb2-2b1e13773e3b
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 AMC Bank Banks can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$AMC Bank Banks$16319982-4995-4fb1-8fb2-2b1e13773e3b]
Show/hide an example select of all columns by name
SELECT
[Bank]
,[Bank Name]
,[Country_Region Code]
,[Last Update Date]
,[Index]
,[Bank Ownreference]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$AMC Bank Banks$16319982-4995-4fb1-8fb2-2b1e13773e3b]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$AMC Bank Banks$16319982-4995-4fb1-8fb2-2b1e13773e3b] AS [AMC Bank Banks]
LEFT JOIN
[User] AS [User]
ON
[AMC Bank Banks].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[AMC Bank Banks].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in AMC Bank Banks table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
20100 | Bank | Bank | Normal | Text | 50 | Bank | nvarchar(100) |
20101 | Bank Name | Bank Name | Normal | Text | 50 | Bank Name | nvarchar(100) |
20102 | Country/Region Code | Country/Region Code | Normal | Code | 10 | Country_Region Code | nvarchar(20) |
20103 | Last Update Date | Last Update Date | Normal | Date | 4 | Last Update Date | datetime |
20104 | Index | Index | Normal | Integer | 4 | Index | int |
20105 | Bank Ownreference | Ownreference | Normal | Option | 4 | Bank Ownreference | int |
Available options are:
| |||||||
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 [AMC Bank Banks].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$AMC Bank Banks$16319982-4995-4fb1-8fb2-2b1e13773e3b] AS [AMC Bank Banks] LEFT JOIN [User] AS [User] ON [AMC Bank Banks].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |