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
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 Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Shopify Fulfillment Order Id | Shopify Fulfillment Id | Normal | BigInteger | 8 | Shopify Fulfillment Order Id | bigint |
2 | Shopify Fulfillm. Ord. Line Id | Shopify FulfillmentLine Id | Normal | BigInteger | 8 | Shopify Fulfillm_ Ord_ Line Id | bigint |
3 | Shopify Location Id | Shopify Location Id | Normal | BigInteger | 8 | Shopify Location Id | bigint |
4 | Shopify Order Id | Shopify Order Id | Normal | BigInteger | 8 | Shopify Order Id | bigint |
5 | Shopify Product Id | Shopify Product Id | Normal | BigInteger | 8 | Shopify Product Id | bigint |
6 | Total Quantity | Total Quantity | Normal | Integer | 4 | Total Quantity | int |
7 | Remaining Quantity | Remaining Quantity | Normal | Integer | 4 | Remaining Quantity | int |
8 | Quantity to Fulfill | Qty. to Fulfill | Normal | Decimal | 12 | Quantity to Fulfill | decimal(38,38) |
9 | Shopify Variant Id | Shopify Variant Id | Normal | BigInteger | 8 | Shopify Variant Id | bigint |
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [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] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |