Reminder Line

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

Table Type: Company

Table Name: Reminder Line
Database Table Name: CRONUS UK Ltd_$Reminder Line$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 296

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 Reminder Line can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Reminder No_]
   ,[Line No_]
   ,[Attached to Line No_]
   ,[Type]
   ,[Entry No_]
   ,[No_ of Reminders]
   ,[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]
   ,[Applies-to Document Type]
   ,[Applies-to Document No_]
   ,[Detailed Interest Rates Entry]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Reminder 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_$Reminder Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reminder Line]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [Reminder Line].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [Reminder Line].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
      ON
         [Reminder Line].[Document Type] = [Sales Header].[Document Type]
      AND
         [Reminder Line].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group]
      ON
         [Reminder Line].[Tax Group Code] = [Tax Group].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$VAT Clause$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Clause]
      ON
         [Reminder Line].[VAT Clause Code] = [VAT Clause].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Reminder Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Reminder Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Reminder Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Reminder No. Primary Key SearchReminder No.NormalCode20Reminder 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”
  • “Line Fee”
5Entry No. SearchEntry No.NormalInteger4Entry No_int
6No. of Reminders SearchNo. of RemindersNormalInteger4No_ of Remindersint
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
       [Reminder Line].[Gen_ Prod_ Posting Group]
       ,[Gen. Product Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Reminder Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reminder Line]
LEFT JOIN
       [CRONUS UK Ltd_$Gen_ Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Product Posting Group]
              ON
                     [Reminder 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
       [Reminder Line].[Tax Group Code]
       ,[Tax Group].[Code]
FROM
       [CRONUS UK Ltd_$Reminder Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reminder Line]
LEFT JOIN
       [CRONUS UK Ltd_$Tax Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Group]
              ON
                     [Reminder 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
       [Reminder Line].[VAT Prod_ Posting Group]
       ,[VAT Product Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Reminder Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reminder Line]
LEFT JOIN
       [CRONUS UK Ltd_$VAT Product Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Product Posting Group]
              ON
                     [Reminder Line].[VAT Prod_ Posting Group] = [VAT Product Posting Group].[Code]
24VAT Identifier SearchTax IdentifierNormalCode20VAT Identifiernvarchar(40)
25Line Type SearchLine TypeNormalOption4Line Typeint
Available options are:
  • “Reminder Line”
  • “Not Due”
  • “Beginning Text”
  • “Ending Text”
  • “Rounding”
  • “On Hold”
  • “Additional Fee”
  • “Line Fee”
26VAT Clause Code SearchTax Clause CodeNormalCode20VAT Clause Codenvarchar(40)
Key to join to the VAT Clause table.

Show/hide example query

SELECT
       [Reminder Line].[VAT Clause Code]
       ,[VAT Clause].[Code]
FROM
       [CRONUS UK Ltd_$Reminder Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reminder Line]
LEFT JOIN
       [CRONUS UK Ltd_$VAT Clause$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Clause]
              ON
                     [Reminder Line].[VAT Clause Code] = [VAT Clause].[Code]
27Applies-to Document Type SearchApplies-to Document TypeNormalOption4Applies-to Document Typeint
Available options are:
  • ” “
  • “Payment”
  • “Invoice”
  • “Credit Memo”
  • “Finance Charge Memo”
  • “Reminder”
  • “Refund”
28Applies-to Document No. SearchApplies-to Document No.NormalCode20Applies-to Document No_nvarchar(40)
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
       [Reminder Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Reminder Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reminder Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Reminder 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
       [Reminder Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Reminder Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reminder Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Reminder Line].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Reminder Line table

Leave a Reply

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