Dtld. Price Calculation Setup

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

Table Type: Company

Table Name: Dtld. Price Calculation Setup
Database Table Name: CRONUS UK Ltd_$Dtld_ Price Calculation Setup$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 7008

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 Dtld. Price Calculation Setup can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Dtld_ Price Calculation Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Line No_]
   ,[Setup Code]
   ,[Method]
   ,[Type]
   ,[Asset Type]
   ,[Asset No_]
   ,[Source Group]
   ,[Source Type]
   ,[Source No_]
   ,[Implementation]
   ,[Group Id]
   ,[Enabled]
   ,[Product No_]
   ,[Assign-to No_]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Dtld_ Price Calculation Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Dtld_ Price Calculation Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dtld. Price Calculation Setup]
LEFT JOIN
   [User] AS [User]
      ON
         [Dtld. Price Calculation Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Dtld. Price Calculation Setup].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Dtld. Price Calculation Setup table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Line No. Primary Key SearchLine No.NormalInteger4Line No_int
2Setup Code SearchSetup CodeNormalCode100Setup Codenvarchar(200)
3Method SearchMethodNormalOption4Methodint
Available options are:
  • ” “
  • “Lowest Price”
4Type SearchTypeNormalOption4Typeint
Available options are:
  • “Any”
  • “Sale”
  • “Purchase”
5Asset Type SearchProduct TypeNormalOption4Asset Typeint
Available options are:
  • ” “
  • “Item”
  • “Item Discount Group”
  • “Resource”
  • “Resource Group”
  • “Service Cost”
  • “G/L Account”
6Asset No. SearchProduct No.NormalCode20Asset No_nvarchar(40)
7Source Group SearchAssign-to GroupNormalOption4Source Groupint
Available options are:
  • “All”
  • “Customer”
  • “Vendor”
  • “Job”
8Source Type SearchAssign-to TypeNormalOption4Source Typeint
Available options are:
  • “All”
  • “All Customers”
  • “Customer”
  • “Customer Price Group”
  • “Customer Disc. Group”
  • “All Vendors”
  • “Vendor”
  • “All Jobs”
  • “Job”
  • “Job Task”
  • “Campaign”
  • “Contact”
9Source No. SearchAssign-to No.NormalCode20Source No_nvarchar(40)
10Implementation SearchImplementationNormalOption4Implementationint
Available options are:
  • “Not Defined”
  • “Business Central (Version 16.0)”
  • “Business Central (Version 15.0)”
11Group Id SearchGroup IdNormalCode100Group Idnvarchar(200)
12Enabled SearchEnabledNormalBoolean4Enabledtinyint
13Product No. SearchProduct No.NormalCode20Product No_nvarchar(40)
14Assign-to No. SearchAssign-to No.NormalCode20Assign-to No_nvarchar(40)
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
       [Dtld. Price Calculation Setup].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Dtld_ Price Calculation Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dtld. Price Calculation Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Dtld. Price Calculation Setup].[$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
       [Dtld. Price Calculation Setup].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Dtld_ Price Calculation Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dtld. Price Calculation Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Dtld. Price Calculation Setup].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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