Deferral Line

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

Table Type: Company

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

Table Number: 1702

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Deferral Doc_ Type]
   ,[Gen_ Jnl_ Template Name]
   ,[Gen_ Jnl_ Batch Name]
   ,[Document Type]
   ,[Document No_]
   ,[Line No_]
   ,[Posting Date]
   ,[Description]
   ,[Amount]
   ,[Amount (LCY)]
   ,[Currency Code]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Deferral 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_$Deferral Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Line]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [Deferral Line].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [Deferral Line].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
      ON
         [Deferral Line].[Document Type] = [Sales Header].[Document Type]
      AND
         [Deferral Line].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
      ON
         [Deferral Line].[Currency Code] = [Currency].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Deferral Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Deferral Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Deferral Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Deferral Doc. Type Primary Key SearchDeferral Doc. TypeNormalOption4Deferral Doc_ Typeint
Available options are:
  • “Purchase”
  • “Sales”
  • “G/L”
2Gen. Jnl. Template Name Primary Key SearchGen. Jnl. Template NameNormalCode10Gen_ Jnl_ Template Namenvarchar(20)
3Gen. Jnl. Batch Name Primary Key SearchGen. Jnl. Batch NameNormalCode10Gen_ Jnl_ Batch Namenvarchar(20)
Key to join to the Deferral Header table.

Show/hide example query

SELECT
       [Deferral Line].[Gen_ Jnl_ Batch Name]
       ,[Deferral Header].[Gen_ Jnl_ Batch Name]
FROM
       [CRONUS UK Ltd_$Deferral Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Line]
LEFT JOIN
       [CRONUS UK Ltd_$Deferral Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Header]
              ON
                     [Deferral Line].[Gen_ Jnl_ Batch Name] = [Deferral Header].[Gen_ Jnl_ Batch Name]
4Document Type Primary Key SearchDocument TypeNormalInteger4Document Typeint
5Document No. Primary Key SearchDocument No.NormalCode20Document No_nvarchar(40)
6Line No. Primary Key SearchLine No.NormalInteger4Line No_int
7Posting Date Primary Key SearchPosting DateNormalDate4Posting Datedatetime
8Description SearchDescriptionNormalText100Descriptionnvarchar(200)
9Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
10Amount (LCY) SearchAmount ($)NormalDecimal12Amount (LCY)decimal(38,38)
11Currency Code SearchCurrency CodeNormalCode10Currency Codenvarchar(20)
Key to join to the Currency table.

Show/hide example query

SELECT
       [Deferral Line].[Currency Code]
       ,[Currency].[Code]
FROM
       [CRONUS UK Ltd_$Deferral Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Line]
LEFT JOIN
       [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
              ON
                     [Deferral Line].[Currency Code] = [Currency].[Code]
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
       [Deferral Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Deferral Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Deferral 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
       [Deferral Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Deferral Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Deferral Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Deferral Line].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Deferral Line table

Leave a Reply

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