Sales Line Discount

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

Table Type: Company

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

Table Number: 7004

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Code]
   ,[Sales Code]
   ,[Currency Code]
   ,[Starting Date]
   ,[Line Discount _]
   ,[Sales Type]
   ,[Minimum Quantity]
   ,[Ending Date]
   ,[Type]
   ,[Unit of Measure Code]
   ,[Variant Code]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Sales Line Discount$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Sales Line Discount$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Line Discount]
LEFT JOIN
   [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
      ON
         [Sales Line Discount].[Currency Code] = [Currency].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Inventory Period$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period]
      ON
         [Sales Line Discount].[Ending Date] = [Inventory Period].[Ending Date]
LEFT JOIN
   [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
      ON
         [Sales Line Discount].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Sales Line Discount].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Sales Line Discount].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Sales Line Discount table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Code Primary Key SearchCodeNormalCode20Codenvarchar(40)
2Sales Code Primary Key SearchSales CodeNormalCode20Sales Codenvarchar(40)
3Currency Code Primary Key SearchCurrency CodeNormalCode10Currency Codenvarchar(20)
Key to join to the Currency table.

Show/hide example query

SELECT
       [Sales Line Discount].[Currency Code]
       ,[Currency].[Code]
FROM
       [CRONUS UK Ltd_$Sales Line Discount$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Line Discount]
LEFT JOIN
       [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
              ON
                     [Sales Line Discount].[Currency Code] = [Currency].[Code]
4Starting Date Primary Key SearchStarting DateNormalDate4Starting Datedatetime
5Line Discount % SearchLine Discount %NormalDecimal12Line Discount _decimal(38,38)
13Sales Type Primary Key SearchSales TypeNormalOption4Sales Typeint
Available options are:
  • “Customer”
  • “Customer Disc. Group”
  • “All Customers”
  • “Campaign”
14Minimum Quantity Primary Key SearchMinimum QuantityNormalDecimal12Minimum Quantitydecimal(38,38)
15Ending Date SearchEnding DateNormalDate4Ending Datedatetime
Key to join to the Inventory Period table.

Show/hide example query

SELECT
       [Sales Line Discount].[Ending Date]
       ,[Inventory Period].[Ending Date]
FROM
       [CRONUS UK Ltd_$Sales Line Discount$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Line Discount]
LEFT JOIN
       [CRONUS UK Ltd_$Inventory Period$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Inventory Period]
              ON
                     [Sales Line Discount].[Ending Date] = [Inventory Period].[Ending Date]
21Type Primary Key SearchTypeNormalOption4Typeint
Available options are:
  • “Item”
  • “Item Disc. Group”
5400Unit of Measure Code Primary Key SearchUnit of Measure CodeNormalCode10Unit of Measure Codenvarchar(20)
5700Variant Code Primary Key SearchVariant CodeNormalCode10Variant Codenvarchar(20)
Key to join to the Item Variant table.

Show/hide example query

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

Show/hide tables related from Sales Line Discount table

Leave a Reply

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