Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/330
Table Type: Company
Table Name: Currency Exchange Rate
Database Table Name: CRONUS UK Ltd_$Currency Exchange Rate$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 Currency Exchange Rate can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Currency Exchange Rate$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Currency Code]
,[Starting Date]
,[Exchange Rate Amount]
,[Adjustment Exch_ Rate Amount]
,[Relational Currency Code]
,[Relational Exch_ Rate Amount]
,[Fix Exchange Rate Amount]
,[Relational Adjmt Exch Rate Amt]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Currency Exchange Rate$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Currency Exchange Rate$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency Exchange Rate]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Currency Exchange Rate].[Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Currency Exchange Rate].[Relational Currency Code] = [Currency].[Code]
LEFT JOIN
[User] AS [User]
ON
[Currency Exchange Rate].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Currency Exchange Rate].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Currency Exchange Rate table
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.Show/hide example querySELECT [Currency Exchange Rate].[Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Currency Exchange Rate$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency Exchange Rate] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Currency Exchange Rate].[Currency Code] = [Currency].[Code] | |||||||
2 | Starting Date | Starting Date | Normal | Date | 4 | Starting Date | datetime |
3 | Exchange Rate Amount | Exchange Rate Amount | Normal | Decimal | 12 | Exchange Rate Amount | decimal(38,38) |
4 | Adjustment Exch. Rate Amount | Adjustment Exch. Rate Amount | Normal | Decimal | 12 | Adjustment Exch_ Rate Amount | decimal(38,38) |
5 | Relational Currency Code | Relational Currency Code | Normal | Code | 10 | Relational Currency Code | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [Currency Exchange Rate].[Relational Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Currency Exchange Rate$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency Exchange Rate] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Currency Exchange Rate].[Relational Currency Code] = [Currency].[Code] | |||||||
6 | Relational Exch. Rate Amount | Relational Exch. Rate Amount | Normal | Decimal | 12 | Relational Exch_ Rate Amount | decimal(38,38) |
7 | Fix Exchange Rate Amount | Fix Exchange Rate Amount | Normal | Option | 4 | Fix Exchange Rate Amount | int |
Available options are:
| |||||||
8 | Relational Adjmt Exch Rate Amt | Relational Adjmt Exch Rate Amt | Normal | Decimal | 12 | Relational Adjmt Exch Rate Amt | decimal(38,38) |
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 [Currency Exchange Rate].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Currency Exchange Rate$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency Exchange Rate] LEFT JOIN [User] AS [User] ON [Currency Exchange Rate].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |