Exch. Rate Adjmt. Ledg. Entry

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/186

Table Type: Company

Table Name: Exch. Rate Adjmt. Ledg. Entry
Database Table Name: CRONUS UK Ltd_$Exch_ Rate Adjmt_ Ledg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 186

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. Ledg. Entry can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Exch_ Rate Adjmt_ Ledg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Register No_]
   ,[Entry No_]
   ,[Account No_]
   ,[Posting Date]
   ,[Document Type]
   ,[Document No_]
   ,[Due Date]
   ,[Account Type]
   ,[Account Name]
   ,[Currency Code]
   ,[Currency Factor]
   ,[Base Amount]
   ,[Base Amount (LCY)]
   ,[Adjustment Amount]
   ,[Detailed Ledger Entry Type]
   ,[Detailed Ledger Entry No_]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Exch_ Rate Adjmt_ Ledg_ Entry$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_ Ledg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Exch. Rate Adjmt. Ledg. Entry]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
      ON
         [Exch. Rate Adjmt. Ledg. Entry].[Document Type] = [Sales Header].[Document Type]
      AND
         [Exch. Rate Adjmt. Ledg. Entry].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [Exch. Rate Adjmt. Ledg. Entry].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [Exch. Rate Adjmt. Ledg. Entry].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
      ON
         [Exch. Rate Adjmt. Ledg. Entry].[Currency Code] = [Currency].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Exch. Rate Adjmt. Ledg. Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Exch. Rate Adjmt. Ledg. Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Exch. Rate Adjmt. Ledg. Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Register No. Primary Key SearchNo.NormalInteger4Register No_int
Key to join to the Logged Segment table.

Show/hide example query

SELECT
       [Exch. Rate Adjmt. Ledg. Entry].[Register No_]
       ,[Logged Segment].[Entry No_]
FROM
       [CRONUS UK Ltd_$Exch_ Rate Adjmt_ Ledg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Exch. Rate Adjmt. Ledg. Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Logged Segment$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Logged Segment]
              ON
                     [Exch. Rate Adjmt. Ledg. Entry].[Register No_] = [Logged Segment].[Entry No_]
2Entry No. Primary Key SearchNo.NormalInteger4Entry No_int
3Account No. SearchAccount No.NormalCode20Account No_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Exch. Rate Adjmt. Ledg. Entry].[Account No_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Exch_ Rate Adjmt_ Ledg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Exch. Rate Adjmt. Ledg. Entry]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Exch. Rate Adjmt. Ledg. Entry].[Account No_] = [G/L Account].[No_]
4Posting Date SearchPosting DateNormalDate4Posting Datedatetime
5Document Type SearchDocument TypeNormalOption4Document Typeint
Available options are:
  • ” “
  • “Payment”
  • “Invoice”
  • “Credit Memo”
  • “Finance Charge Memo”
  • “Reminder”
  • “Refund”
6Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
8Due Date SearchDue DateNormalDate4Due Datedatetime
9Account Type SearchAccount TypeNormalOption4Account Typeint
Available options are:
  • “G/L Account”
  • “Customer”
  • “Vendor”
  • “Bank Account”
10Account Name SearchAccount NameNormalText100Account Namenvarchar(200)
11Currency Code SearchCurrency CodeNormalCode10Currency Codenvarchar(20)
Key to join to the Currency table.

Show/hide example query

SELECT
       [Exch. Rate Adjmt. Ledg. Entry].[Currency Code]
       ,[Currency].[Code]
FROM
       [CRONUS UK Ltd_$Exch_ Rate Adjmt_ Ledg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Exch. Rate Adjmt. Ledg. Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
              ON
                     [Exch. Rate Adjmt. Ledg. Entry].[Currency Code] = [Currency].[Code]
12Currency Factor SearchCurrency FactorNormalDecimal12Currency Factordecimal(38,38)
15Base Amount SearchBase AmountNormalDecimal12Base Amountdecimal(38,38)
16Base Amount (LCY) SearchBase Amount ($)NormalDecimal12Base Amount (LCY)decimal(38,38)
17Adjustment Amount SearchAdjustment AmountNormalDecimal12Adjustment Amountdecimal(38,38)
19Detailed Ledger Entry Type SearchEntry TypeNormalOption4Detailed Ledger Entry Typeint
Available options are:
  • “”
  • “Initial Entry”
  • “Application”
  • “Unrealized Loss”
  • “Unrealized Gain”
  • “Realized Loss”
  • “Realized Gain”
  • “Payment Discount”
  • “Payment Discount (VAT Excl.)”
  • “Payment Discount (VAT Adjustment)”
  • “Appln. Rounding”
  • “Correction of Remaining Amount”
  • “Payment Tolerance”
  • “Payment Discount Tolerance”
  • “Payment Tolerance (VAT Excl.)”
  • “Payment Tolerance (VAT Adjustment)”
  • “Payment Discount Tolerance (VAT Excl.)”
  • “Payment Discount Tolerance (VAT Adjustment)”
20Detailed Ledger Entry No. SearchDetailed Ledger Entry No.NormalDecimal12Detailed Ledger Entry No_decimal(38,38)
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Exch. Rate Adjmt. Ledg. Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Exch_ Rate Adjmt_ Ledg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Exch. Rate Adjmt. Ledg. Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Exch. Rate Adjmt. Ledg. Entry].[$systemCreatedBy] = [User].[User Security ID]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Exch. Rate Adjmt. Ledg. Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Exch_ Rate Adjmt_ Ledg_ Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Exch. Rate Adjmt. Ledg. Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Exch. Rate Adjmt. Ledg. Entry].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Exch. Rate Adjmt. Ledg. Entry table

Leave a Reply

Your email address will not be published. Required fields are marked *