Order Promising Line

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

Table Type: Company

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

Table Number: 99000880

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Item No_]
   ,[Variant Code]
   ,[Location Code]
   ,[Quantity]
   ,[Unit of Measure Code]
   ,[Qty_ per Unit of Measure]
   ,[Unavailable Quantity]
   ,[Quantity (Base)]
   ,[Unavailable Quantity (Base)]
   ,[Required Quantity (Base)]
   ,[Source Type]
   ,[Source Subtype]
   ,[Source ID]
   ,[Source Batch Name]
   ,[Source Line No_]
   ,[Description]
   ,[Required Quantity]
   ,[Requested Delivery Date]
   ,[Planned Delivery Date]
   ,[Original Shipment Date]
   ,[Earliest Shipment Date]
   ,[Requested Shipment Date]
   ,[Unavailability Date]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Order Promising 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_$Order Promising Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Order Promising Line]
LEFT JOIN
   [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
      ON
         [Order Promising Line].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
      ON
         [Order Promising Line].[Location Code] = [Location].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Order Promising Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Order Promising Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Order Promising Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
10Item No. SearchItem No.NormalCode20Item No_nvarchar(40)
Key to join to the Item table.

Show/hide example query

SELECT
       [Order Promising Line].[Item No_]
       ,[Item].[No_]
FROM
       [CRONUS UK Ltd_$Order Promising Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Order Promising Line]
LEFT JOIN
       [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item]
              ON
                     [Order Promising Line].[Item No_] = [Item].[No_]
11Variant Code SearchVariant CodeNormalCode10Variant Codenvarchar(20)
Key to join to the Item Variant table.

Show/hide example query

SELECT
       [Order Promising Line].[Variant Code]
       ,[Item Variant].[Code]
FROM
       [CRONUS UK Ltd_$Order Promising Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Order Promising Line]
LEFT JOIN
       [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
              ON
                     [Order Promising Line].[Variant Code] = [Item Variant].[Code]
12Location Code SearchLocation CodeNormalCode10Location Codenvarchar(20)
Key to join to the Location table.

Show/hide example query

SELECT
       [Order Promising Line].[Location Code]
       ,[Location].[Code]
FROM
       [CRONUS UK Ltd_$Order Promising Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Order Promising Line]
LEFT JOIN
       [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
              ON
                     [Order Promising Line].[Location Code] = [Location].[Code]
13Quantity SearchQuantityNormalDecimal12Quantitydecimal(38,38)
14Unit of Measure Code SearchUnit of Measure CodeNormalCode10Unit of Measure Codenvarchar(20)
15Qty. per Unit of Measure SearchQty. per Unit of MeasureNormalDecimal12Qty_ per Unit of Measuredecimal(38,38)
16Unavailable Quantity SearchUnavailable QuantityNormalDecimal12Unavailable Quantitydecimal(38,38)
17Quantity (Base) SearchQuantity (Base)NormalDecimal12Quantity (Base)decimal(38,38)
18Unavailable Quantity (Base) SearchUnavailable Quantity (Base)NormalDecimal12Unavailable Quantity (Base)decimal(38,38)
19Required Quantity (Base) SearchRequired Quantity (Base)NormalDecimal12Required Quantity (Base)decimal(38,38)
20Source Type SearchSource TypeNormalOption4Source Typeint
Available options are:
  • ” “
  • “Sales”
  • “Requisition Line”
  • “Purchase”
  • “Item Journal”
  • “BOM Journal”
  • “Item Ledger Entry”
  • “Prod. Order Line”
  • “Prod. Order Component”
  • “Planning Line”
  • “Planning Component”
  • “Transfer”
  • “Service Order”
  • “Job”
21Source Subtype SearchSource SubtypeNormalInteger4Source Subtypeint
22Source ID SearchSource IDNormalCode20Source IDnvarchar(40)
23Source Batch Name SearchSource Batch NameNormalCode10Source Batch Namenvarchar(20)
25Source Line No. SearchSource Line No.NormalInteger4Source Line No_int
30Description SearchDescriptionNormalText100Descriptionnvarchar(200)
31Required Quantity SearchRequired QuantityNormalDecimal12Required Quantitydecimal(38,38)
40Requested Delivery Date SearchRequested Delivery DateNormalDate4Requested Delivery Datedatetime
41Planned Delivery Date SearchPlanned Delivery DateNormalDate4Planned Delivery Datedatetime
42Original Shipment Date SearchOriginal Shipment DateNormalDate4Original Shipment Datedatetime
43Earliest Shipment Date SearchEarliest Shipment DateNormalDate4Earliest Shipment Datedatetime
44Requested Shipment Date SearchRequested Shipment DateNormalDate4Requested Shipment Datedatetime
45Unavailability Date SearchUnavailability DateNormalDate4Unavailability Datedatetime
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
       [Order Promising Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Order Promising Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Order Promising Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Order Promising 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
       [Order Promising Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Order Promising Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Order Promising Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Order Promising Line].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Order Promising Line table

Leave a Reply

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