Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/331
Table Type: Company
Table Name: Adjust Exchange Rate Buffer
Database Table Name: CRONUS UK Ltd_$Adjust Exchange Rate Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972
Table Number: 331Due 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 Adjust Exchange Rate Buffer can be queried.
SELECT
*
FROM
[CRONUS UK Ltd_$Adjust Exchange Rate Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
SELECT
[Currency Code]
,[Posting Group]
,[AdjBase]
,[AdjBaseLCY]
,[AdjAmount]
,[TotalGainsAmount]
,[TotalLossesAmount]
,[Dimension Entry No_]
,[Posting Date]
,[IC Partner Code]
,[Index]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Adjust Exchange Rate Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
SELECT
*
FROM
[CRONUS UK Ltd_$Adjust Exchange Rate Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Adjust Exchange Rate Buffer]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Adjust Exchange Rate Buffer].[Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
ON
[Adjust Exchange Rate Buffer].[Posting Group] = [Customer Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
ON
[Adjust Exchange Rate Buffer].[IC Partner Code] = [IC Partner].[Code]
LEFT JOIN
[User] AS [User]
ON
[Adjust Exchange Rate Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Adjust Exchange Rate Buffer].[SystemModifiedBy] = [User].[User Security ID]
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|
1 | Currency Code  | Currency Code | Normal | Code | 10 | Currency Code | nvarchar(20) |
| Key to join to the Currency table.SELECT
[Adjust Exchange Rate Buffer].[Currency Code]
,[Currency].[Code]
FROM
[CRONUS UK Ltd_$Adjust Exchange Rate Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Adjust Exchange Rate Buffer]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Adjust Exchange Rate Buffer].[Currency Code] = [Currency].[Code] |
2 | Posting Group  | Posting Group | Normal | Code | 20 | Posting Group | nvarchar(40) |
| Key to join to the Customer Posting Group table.SELECT
[Adjust Exchange Rate Buffer].[Posting Group]
,[Customer Posting Group].[Code]
FROM
[CRONUS UK Ltd_$Adjust Exchange Rate Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Adjust Exchange Rate Buffer]
LEFT JOIN
[CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
ON
[Adjust Exchange Rate Buffer].[Posting Group] = [Customer Posting Group].[Code] |
3 | AdjBase  | AdjBase | Normal | Decimal | 12 | AdjBase | decimal(38,38) |
4 | AdjBaseLCY  | AdjBase$ | Normal | Decimal | 12 | AdjBaseLCY | decimal(38,38) |
5 | AdjAmount  | AdjAmount | Normal | Decimal | 12 | AdjAmount | decimal(38,38) |
6 | TotalGainsAmount  | TotalGainsAmount | Normal | Decimal | 12 | TotalGainsAmount | decimal(38,38) |
7 | TotalLossesAmount  | TotalLossesAmount | Normal | Decimal | 12 | TotalLossesAmount | decimal(38,38) |
8 | Dimension Entry No.  | Dimension Entry No. | Normal | Integer | 4 | Dimension Entry No_ | int |
9 | Posting Date  | Posting Date | Normal | Date | 4 | Posting Date | datetime |
10 | IC Partner Code  | IC Partner Code | Normal | Code | 20 | IC Partner Code | nvarchar(40) |
| Key to join to the IC Partner table.SELECT
[Adjust Exchange Rate Buffer].[IC Partner Code]
,[IC Partner].[Code]
FROM
[CRONUS UK Ltd_$Adjust Exchange Rate Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Adjust Exchange Rate Buffer]
LEFT JOIN
[CRONUS UK Ltd_$IC Partner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [IC Partner]
ON
[Adjust Exchange Rate Buffer].[IC Partner Code] = [IC Partner].[Code] |
11 | Index  | Index | Normal | Integer | 4 | Index | int |
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.SELECT
[Adjust Exchange Rate Buffer].[$systemCreatedBy]
,[User].[User Security ID]
FROM
[CRONUS UK Ltd_$Adjust Exchange Rate Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Adjust Exchange Rate Buffer]
LEFT JOIN
[User] AS [User]
ON
[Adjust Exchange Rate Buffer].[$systemCreatedBy] = [User].[User Security ID] |
2000000003 | SystemModifiedAt  | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy  | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |