Issued Fin. Charge Memo Line

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

Table Type: Company

Table Name: Issued Fin. Charge Memo Line
Database Table Name: CRONUS UK Ltd_$Issued Fin_ Charge Memo Line$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 305

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 Issued Fin. Charge Memo Line can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Issued Fin_ Charge Memo Line$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Finance Charge Memo No_]
   ,[Line No_]
   ,[Attached to Line No_]
   ,[Type]
   ,[Entry No_]
   ,[Posting Date]
   ,[Document Date]
   ,[Due Date]
   ,[Document Type]
   ,[Document No_]
   ,[Description]
   ,[Original Amount]
   ,[Remaining Amount]
   ,[No_]
   ,[Amount]
   ,[Interest Rate]
   ,[Gen_ Prod_ Posting Group]
   ,[VAT _]
   ,[VAT Calculation Type]
   ,[VAT Amount]
   ,[Tax Group Code]
   ,[VAT Prod_ Posting Group]
   ,[VAT Identifier]
   ,[Line Type]
   ,[VAT Clause Code]
   ,[Detailed Interest Rates Entry]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Issued Fin_ Charge Memo Line$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$Issued Fin_ Charge Memo Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Issued Fin. Charge Memo Line]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [Issued Fin. Charge Memo Line].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [Issued Fin. Charge Memo Line].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
      ON
         [Issued Fin. Charge Memo Line].[Document Type] = [Sales Header].[Document Type]
      AND
         [Issued Fin. Charge Memo Line].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group]
      ON
         [Issued Fin. Charge Memo Line].[Tax Group Code] = [Tax Group].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$VAT Clause$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Clause]
      ON
         [Issued Fin. Charge Memo Line].[VAT Clause Code] = [VAT Clause].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Issued Fin. Charge Memo Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Issued Fin. Charge Memo Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Issued Fin. Charge Memo Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Finance Charge Memo No. Primary Key SearchFinance Charge Memo No.NormalCode20Finance Charge Memo No_nvarchar(40)
2Line No. Primary Key SearchLine No.NormalInteger4Line No_int
3Attached to Line No. SearchAttached to Line No.NormalInteger4Attached to Line No_int
4Type SearchTypeNormalOption4Typeint
Available options are:
  • ” “
  • “G/L Account”
  • “Customer Ledger Entry”
5Entry No. SearchEntry No.NormalInteger4Entry No_int
7Posting Date SearchPosting DateNormalDate4Posting Datedatetime
8Document Date SearchDocument DateNormalDate4Document Datedatetime
9Due Date SearchDue DateNormalDate4Due Datedatetime
10Document Type SearchDocument TypeNormalOption4Document Typeint
Available options are:
  • ” “
  • “Payment”
  • “Invoice”
  • “Credit Memo”
  • “Finance Charge Memo”
  • “Reminder”
  • “Refund”
11Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
12Description SearchDescriptionNormalText100Descriptionnvarchar(200)
13Original Amount SearchOriginal AmountNormalDecimal12Original Amountdecimal(38,38)
14Remaining Amount SearchRemaining AmountNormalDecimal12Remaining Amountdecimal(38,38)
15No. SearchNo.NormalCode20No_nvarchar(40)
16Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
17Interest Rate SearchInterest RateNormalDecimal12Interest Ratedecimal(38,38)
18Gen. Prod. Posting Group SearchGen. Prod. Posting GroupNormalCode20Gen_ Prod_ Posting Groupnvarchar(40)
Key to join to the Gen. Product Posting Group table.

Show/hide example query

SELECT
       [Issued Fin. Charge Memo Line].[Gen_ Prod_ Posting Group]
       ,[Gen. Product Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Issued Fin_ Charge Memo Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Issued Fin. Charge Memo Line]
LEFT JOIN
       [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group]
              ON
                     [Issued Fin. Charge Memo Line].[Gen_ Prod_ Posting Group] = [Gen. Product Posting Group].[Code]
19VAT % SearchTax %NormalDecimal12VAT _decimal(38,38)
20VAT Calculation Type SearchVAT Calculation TypeNormalOption4VAT Calculation Typeint
Available options are:
  • “Normal VAT”
  • “Reverse Charge VAT”
  • “Full VAT”
  • “Sales Tax”
21VAT Amount SearchTax AmountNormalDecimal12VAT Amountdecimal(38,38)
22Tax Group Code SearchTax Group CodeNormalCode20Tax Group Codenvarchar(40)
Key to join to the Tax Group table.

Show/hide example query

SELECT
       [Issued Fin. Charge Memo Line].[Tax Group Code]
       ,[Tax Group].[Code]
FROM
       [CRONUS UK Ltd_$Issued Fin_ Charge Memo Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Issued Fin. Charge Memo Line]
LEFT JOIN
       [CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group]
              ON
                     [Issued Fin. Charge Memo Line].[Tax Group Code] = [Tax Group].[Code]
23VAT Prod. Posting Group SearchVAT Prod. Posting GroupNormalCode20VAT Prod_ Posting Groupnvarchar(40)
Key to join to the VAT Product Posting Group table.

Show/hide example query

SELECT
       [Issued Fin. Charge Memo Line].[VAT Prod_ Posting Group]
       ,[VAT Product Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Issued Fin_ Charge Memo Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Issued Fin. Charge Memo Line]
LEFT JOIN
       [CRONUS UK Ltd_$VAT Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Product Posting Group]
              ON
                     [Issued Fin. Charge Memo Line].[VAT Prod_ Posting Group] = [VAT Product Posting Group].[Code]
24VAT Identifier SearchTax IdentifierNormalCode20VAT Identifiernvarchar(40)
25Line Type SearchLine TypeNormalOption4Line Typeint
Available options are:
  • “Finance Charge Memo Line”
  • “Beginning Text”
  • “Ending Text”
  • “Rounding”
26VAT Clause Code SearchTax Clause CodeNormalCode20VAT Clause Codenvarchar(40)
Key to join to the VAT Clause table.

Show/hide example query

SELECT
       [Issued Fin. Charge Memo Line].[VAT Clause Code]
       ,[VAT Clause].[Code]
FROM
       [CRONUS UK Ltd_$Issued Fin_ Charge Memo Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Issued Fin. Charge Memo Line]
LEFT JOIN
       [CRONUS UK Ltd_$VAT Clause$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Clause]
              ON
                     [Issued Fin. Charge Memo Line].[VAT Clause Code] = [VAT Clause].[Code]
30Detailed Interest Rates Entry SearchDetailed Interest Rates EntryNormalBoolean4Detailed Interest Rates Entrytinyint
101System-Created Entry SearchSystem-Created EntryNormalBoolean4
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
       [Issued Fin. Charge Memo Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Issued Fin_ Charge Memo Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Issued Fin. Charge Memo Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Issued Fin. Charge Memo Line].[$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
       [Issued Fin. Charge Memo Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Issued Fin_ Charge Memo Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Issued Fin. Charge Memo Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Issued Fin. Charge Memo Line].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Issued Fin. Charge Memo Line table

Leave a Reply

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