Shpfy FulFillment Order Line

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

Table Type: Company

Table Name: Shpfy FulFillment Order Line
Database Table Name: CRONUS UK Ltd_$Shpfy FulFillment Order Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb

Table Number: 30144

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

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Shpfy FulFillment Order Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb]

Show/hide an example select of all columns by name

SELECT
   [Shopify Fulfillment Order Id]
   ,[Shopify Fulfillm_ Ord_ Line Id]
   ,[Shopify Location Id]
   ,[Shopify Order Id]
   ,[Shopify Product Id]
   ,[Total Quantity]
   ,[Remaining Quantity]
   ,[Quantity to Fulfill]
   ,[Shopify Variant Id]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Shpfy FulFillment Order Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Shpfy FulFillment Order Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy FulFillment Order Line]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy FulFillment Order Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy FulFillment Order Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Shpfy FulFillment Order Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Shopify Fulfillment Order Id Primary Key SearchShopify Fulfillment IdNormalBigInteger8Shopify Fulfillment Order Idbigint
2Shopify Fulfillm. Ord. Line Id Primary Key SearchShopify FulfillmentLine IdNormalBigInteger8Shopify Fulfillm_ Ord_ Line Idbigint
3Shopify Location Id SearchShopify Location IdNormalBigInteger8Shopify Location Idbigint
4Shopify Order Id SearchShopify Order IdNormalBigInteger8Shopify Order Idbigint
5Shopify Product Id SearchShopify Product IdNormalBigInteger8Shopify Product Idbigint
6Total Quantity SearchTotal QuantityNormalInteger4Total Quantityint
7Remaining Quantity SearchRemaining QuantityNormalInteger4Remaining Quantityint
8Quantity to Fulfill SearchQty. to FulfillNormalDecimal12Quantity to Fulfilldecimal(38,38)
9Shopify Variant Id SearchShopify Variant IdNormalBigInteger8Shopify Variant Idbigint
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
       [Shpfy FulFillment Order Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy FulFillment Order Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy FulFillment Order Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy FulFillment Order 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
       [Shpfy FulFillment Order Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy FulFillment Order Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy FulFillment Order Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy FulFillment Order Line].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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