Line Fee Note on Report Hist.

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

Table Type: Company

Table Name: Line Fee Note on Report Hist.
Database Table Name: CRONUS UK Ltd_$Line Fee Note on Report Hist_$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 1053

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 Line Fee Note on Report Hist. can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Line Fee Note on Report Hist_$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Cust_ Ledger Entry No]
   ,[Due Date]
   ,[Language Code]
   ,[Reminder Terms Code]
   ,[Reminder Level No]
   ,[ReportText]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Line Fee Note on Report Hist_$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Line Fee Note on Report Hist_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Line Fee Note on Report Hist.]
LEFT JOIN
   [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
      ON
         [Line Fee Note on Report Hist.].[Language Code] = [Language].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Reminder Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reminder Terms]
      ON
         [Line Fee Note on Report Hist.].[Reminder Terms Code] = [Reminder Terms].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Line Fee Note on Report Hist.].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Line Fee Note on Report Hist.].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Line Fee Note on Report Hist. table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Cust. Ledger Entry No Primary Key SearchCust. Ledger Entry NoNormalInteger4Cust_ Ledger Entry Noint
2Due Date Primary Key SearchDue DateNormalDate4Due Datedatetime
3Language Code Primary Key SearchLanguage CodeNormalCode10Language Codenvarchar(20)
Key to join to the Language table.

Show/hide example query

SELECT
       [Line Fee Note on Report Hist.].[Language Code]
       ,[Language].[Code]
FROM
       [CRONUS UK Ltd_$Line Fee Note on Report Hist_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Line Fee Note on Report Hist.]
LEFT JOIN
       [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
              ON
                     [Line Fee Note on Report Hist.].[Language Code] = [Language].[Code]
4Reminder Terms Code Primary Key SearchReminder Terms CodeNormalCode10Reminder Terms Codenvarchar(20)
Key to join to the Reminder Terms table.

Show/hide example query

SELECT
       [Line Fee Note on Report Hist.].[Reminder Terms Code]
       ,[Reminder Terms].[Code]
FROM
       [CRONUS UK Ltd_$Line Fee Note on Report Hist_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Line Fee Note on Report Hist.]
LEFT JOIN
       [CRONUS UK Ltd_$Reminder Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reminder Terms]
              ON
                     [Line Fee Note on Report Hist.].[Reminder Terms Code] = [Reminder Terms].[Code]
5Reminder Level No Primary Key SearchReminder Level NoNormalInteger4Reminder Level Noint
6ReportText SearchReportTextNormalText200ReportTextnvarchar(400)
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
       [Line Fee Note on Report Hist.].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Line Fee Note on Report Hist_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Line Fee Note on Report Hist.]
LEFT JOIN
       [User] AS [User]
              ON
                     [Line Fee Note on Report Hist.].[$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
       [Line Fee Note on Report Hist.].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Line Fee Note on Report Hist_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Line Fee Note on Report Hist.]
LEFT JOIN
       [User] AS [User]
              ON
                     [Line Fee Note on Report Hist.].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Line Fee Note on Report Hist. table

Leave a Reply

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