Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/86
Table Type: Company
Table Name: Exch. Rate Adjmt. Reg.
Database Table Name: CRONUS UK Ltd_$Exch_ Rate Adjmt_ Reg_$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 Exch. Rate Adjmt. Reg. can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Exch_ Rate Adjmt_ Reg_$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[No_]
,[Creation Date]
,[Account Type]
,[Posting Group]
,[Currency Code]
,[Currency Factor]
,[Adjusted Base]
,[Adjusted Base (LCY)]
,[Adjusted Amt_ (LCY)]
,[Adjusted Base (Add_-Curr_)]
,[Adjusted Amt_ (Add_-Curr_)]
,[Journal Template Name]
,[Journal Batch Name]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Exch_ Rate Adjmt_ Reg_$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Exch_ Rate Adjmt_ Reg_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Exch. Rate Adjmt. Reg.]
LEFT JOIN
[CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
ON
[Exch. Rate Adjmt. Reg.].[Posting Group] = [Customer Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Exch. Rate Adjmt. Reg.].[Currency Code] = [Currency].[Code]
LEFT JOIN
[User] AS [User]
ON
[Exch. Rate Adjmt. Reg.].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Exch. Rate Adjmt. Reg.].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Exch. Rate Adjmt. Reg. table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | No. | No. | Normal | Integer | 4 | No_ | int |
2 | Creation Date | Creation Date | Normal | Date | 4 | Creation Date | datetime |
3 | Account Type | Account Type | Normal | Option | 4 | Account Type | int |
Available options are:
| |||||||
4 | Posting Group | Posting Group | Normal | Code | 20 | Posting Group | nvarchar(40) |
Key to join to the Customer Posting Group table.Show/hide example querySELECT [Exch. Rate Adjmt. Reg.].[Posting Group] ,[Customer Posting Group].[Code] FROM [CRONUS UK Ltd_$Exch_ Rate Adjmt_ Reg_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Exch. Rate Adjmt. Reg.] LEFT JOIN [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group] ON [Exch. Rate Adjmt. Reg.].[Posting Group] = [Customer Posting Group].[Code] | |||||||
5 | Currency Code | Currency Code | Normal | Code | 10 | Currency Code | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [Exch. Rate Adjmt. Reg.].[Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Exch_ Rate Adjmt_ Reg_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Exch. Rate Adjmt. Reg.] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Exch. Rate Adjmt. Reg.].[Currency Code] = [Currency].[Code] | |||||||
6 | Currency Factor | Currency Factor | Normal | Decimal | 12 | Currency Factor | decimal(38,38) |
7 | Adjusted Base | Adjusted Base | Normal | Decimal | 12 | Adjusted Base | decimal(38,38) |
8 | Adjusted Base (LCY) | Adjusted Base ($) | Normal | Decimal | 12 | Adjusted Base (LCY) | decimal(38,38) |
9 | Adjusted Amt. (LCY) | Adjusted Amt. ($) | Normal | Decimal | 12 | Adjusted Amt_ (LCY) | decimal(38,38) |
10 | Adjusted Base (Add.-Curr.) | Adjusted Base (Add.-Curr.) | Normal | Decimal | 12 | Adjusted Base (Add_-Curr_) | decimal(38,38) |
11 | Adjusted Amt. (Add.-Curr.) | Adjusted Amt. (Add.-Curr.) | Normal | Decimal | 12 | Adjusted Amt_ (Add_-Curr_) | decimal(38,38) |
14 | Journal Template Name | Journal Template Name | Normal | Code | 10 | Journal Template Name | nvarchar(20) |
15 | Journal Batch Name | Journal Batch Name | Normal | Code | 10 | Journal Batch Name | nvarchar(20) |
21 | Adjusted Customers | No. of Adj. Cust. Ledger Entries | FlowField | Integer | 4 | ||
22 | Adjusted Vendors | No. of Adj. Vend. Ledger Entries | FlowField | Integer | 4 | ||
23 | Adjustment Amount | Adjustment Amount | FlowField | Decimal | 12 | ||
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 [Exch. Rate Adjmt. Reg.].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Exch_ Rate Adjmt_ Reg_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Exch. Rate Adjmt. Reg.] LEFT JOIN [User] AS [User] ON [Exch. Rate Adjmt. Reg.].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |