Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/30102
Table Type: Company
Table Name: Shpfy Shop
Database Table Name: CRONUS UK Ltd_$Shpfy Shop$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 Shop can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb]
Show/hide an example select of all columns by name
SELECT
[Code]
,[Shopify URL]
,[Enabled]
,[Log Enabled]
,[Customer Price Group]
,[Customer Discount Group]
,[Shipping Charges Account]
,[Language Code]
,[Sync Item]
,[Item Template Code]
,[Sync Item Images]
,[Sync Item Extended Text]
,[Sync Item Attributes]
,[Sync Item Marketing Text]
,[Auto Create Orders]
,[Auto Create Unknown Items]
,[Auto Create Unknown Customers]
,[Customer Template Code]
,[Product Collection]
,[Shopify Order No_ on Doc_ Line]
,[Customer Import From Shopify]
,[Export Customer To Shopify]
,[Shopify Can Update Customer]
,[Can Update Shopify Customer]
,[Name Source]
,[Name 2 Source]
,[Contact Source]
,[County Source]
,[Default Customer No_]
,[UoM as Variant]
,[Option Name for UoM]
,[Shopify Can Update Items]
,[Can Update Shopify Products]
,[Variant Prefix]
,[Inventory Tracked]
,[Default Inventory Policy]
,[Allow Background Syncs]
,[Tip Account]
,[Sold Gift Card Account]
,[Customer Mapping Type]
,[Status for Created Products]
,[Action for Removed Products]
,[Currency Code]
,[Gen_ Bus_ Posting Group]
,[VAT Bus_ Posting Group]
,[Tax Area Code]
,[Tax Liable]
,[VAT Country_Region Code]
,[Customer Posting Group]
,[Prices Including VAT]
,[Auto Release Sales Orders]
,[Allow Line Disc_]
,[Customer Templ_ Code]
,[Item Templ_ Code]
,[Return and Refund Process]
,[Return Location]
,[Refund Acc_ non-restock Items]
,[Refund Account]
,[Collection Last Export Version]
,[Collection Last Import Version]
,[Product Last Export Version]
,[Product Last Import Version]
,[SKU Mapping]
,[SKU Field Separator]
,[Tax Area Priority]
,[Allow Outgoing Requests]
,[Order Created Webhooks]
,[Order Created Webhook User]
,[Fulfillment Service Activated]
,[Order Created Webhook User Id]
,[Order Created Webhook Id]
,[Logging Mode]
,[Bulk Operation Webhook User Id]
,[Bulk Operation Webhook Id]
,[Sync Prices]
,[Shop Id]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Shpfy Shop$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 Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop]
LEFT JOIN
[CRONUS UK Ltd_$Customer Price Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Price Group]
ON
[Shpfy Shop].[Customer Price Group] = [Customer Price Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer Discount Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Discount Group]
ON
[Shpfy Shop].[Customer Discount Group] = [Customer Discount Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Shpfy Shop].[Shipping Charges Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
ON
[Shpfy Shop].[Language Code] = [Language].[Code]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Shpfy Shop].[Tip Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Shpfy Shop].[Sold Gift Card Account] = [G/L Account].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Shpfy Shop].[Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area]
ON
[Shpfy Shop].[Tax Area Code] = [Tax Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group]
ON
[Shpfy Shop].[Customer Posting Group] = [Customer Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
ON
[Shpfy Shop].[Refund Account] = [G/L Account].[No_]
LEFT JOIN
[User] AS [User]
ON
[Shpfy Shop].[Order Created Webhook User] = [User].[User Name]
LEFT JOIN
[User] AS [User]
ON
[Shpfy Shop].[Order Created Webhook User Id] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Shpfy Shop].[Bulk Operation Webhook User Id] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Shpfy Shop].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Shpfy Shop].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Shpfy Shop table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Code | Code | Normal | Code | 20 | Code | nvarchar(40) |
2 | Shopify URL | Shopify URL | Normal | Text | 250 | Shopify URL | nvarchar(500) |
3 | Enabled | Enabled | Normal | Boolean | 4 | Enabled | tinyint |
5 | Log Enabled | Log Enabled | Normal | Boolean | 4 | Log Enabled | tinyint |
6 | Customer Price Group | Customer Price Group | Normal | Code | 10 | Customer Price Group | nvarchar(20) |
Key to join to the Customer Price Group table.Show/hide example querySELECT [Shpfy Shop].[Customer Price Group] ,[Customer Price Group].[Code] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$Customer Price Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Price Group] ON [Shpfy Shop].[Customer Price Group] = [Customer Price Group].[Code] | |||||||
7 | Customer Discount Group | Customer Discount Group | Normal | Code | 20 | Customer Discount Group | nvarchar(40) |
Key to join to the Customer Discount Group table.Show/hide example querySELECT [Shpfy Shop].[Customer Discount Group] ,[Customer Discount Group].[Code] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$Customer Discount Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Discount Group] ON [Shpfy Shop].[Customer Discount Group] = [Customer Discount Group].[Code] | |||||||
8 | Shipping Charges Account | Shipping Charges Account | Normal | Code | 20 | Shipping Charges Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Shpfy Shop].[Shipping Charges Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Shpfy Shop].[Shipping Charges Account] = [G/L Account].[No_] | |||||||
9 | Language Code | Language Code | Normal | Code | 10 | Language Code | nvarchar(20) |
Key to join to the Language table.Show/hide example querySELECT [Shpfy Shop].[Language Code] ,[Language].[Code] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language] ON [Shpfy Shop].[Language Code] = [Language].[Code] | |||||||
10 | Sync Item | Sync Item | Normal | Option | 4 | Sync Item | int |
Available options are:
| |||||||
11 | Item Template Code | Item Template Code | Normal | Code | 10 | Item Template Code | nvarchar(20) |
12 | Sync Item Images | Sync Item Images | Normal | Option | 4 | Sync Item Images | int |
Available options are:
| |||||||
13 | Sync Item Extended Text | Sync Item Extended Text | Normal | Boolean | 4 | Sync Item Extended Text | tinyint |
14 | Sync Item Attributes | Sync Item Attributes | Normal | Boolean | 4 | Sync Item Attributes | tinyint |
15 | Sync Item Marketing Text | Sync Item Marketing Text | Normal | Boolean | 4 | Sync Item Marketing Text | tinyint |
21 | Auto Create Orders | Auto Create Orders | Normal | Boolean | 4 | Auto Create Orders | tinyint |
22 | Auto Create Unknown Items | Auto Create Unknown Items | Normal | Boolean | 4 | Auto Create Unknown Items | tinyint |
23 | Auto Create Unknown Customers | Auto Create Unknown Customers | Normal | Boolean | 4 | Auto Create Unknown Customers | tinyint |
24 | Customer Template Code | Customer Template Code | Normal | Code | 10 | Customer Template Code | nvarchar(20) |
25 | Product Collection | Product Collection | Normal | Option | 4 | Product Collection | int |
Available options are:
| |||||||
27 | Shopify Order No. on Doc. Line | Shopify Order No. on Doc. Line | Normal | Boolean | 4 | Shopify Order No_ on Doc_ Line | tinyint |
28 | Customer Import From Shopify | Customer Import from Shopify | Normal | Option | 4 | Customer Import From Shopify | int |
Available options are:
| |||||||
29 | Export Customer To Shopify | Export Customer to Shopify | Normal | Boolean | 4 | Export Customer To Shopify | tinyint |
30 | Shopify Can Update Customer | Shopify Can Update Customers | Normal | Boolean | 4 | Shopify Can Update Customer | tinyint |
31 | Can Update Shopify Customer | Can Update Shopify Customers | Normal | Boolean | 4 | Can Update Shopify Customer | tinyint |
32 | Name Source | Name Source | Normal | Option | 4 | Name Source | int |
Available options are:
| |||||||
33 | Name 2 Source | Name 2 Source | Normal | Option | 4 | Name 2 Source | int |
Available options are:
| |||||||
34 | Contact Source | Contact Source | Normal | Option | 4 | Contact Source | int |
Available options are:
| |||||||
35 | County Source | State Source | Normal | Option | 4 | County Source | int |
Available options are:
| |||||||
36 | Default Customer No. | Default Customer No. | Normal | Code | 20 | Default Customer No_ | nvarchar(40) |
Key to join to the Customer table.Show/hide example querySELECT [Shpfy Shop].[Default Customer No_] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Shpfy Shop].[Default Customer No_] = [Customer].[No_] | |||||||
37 | UoM as Variant | UoM as Variant | Normal | Boolean | 4 | UoM as Variant | tinyint |
38 | Option Name for UoM | Variant Option Name for UoM | Normal | Text | 50 | Option Name for UoM | nvarchar(100) |
39 | Shopify Can Update Items | Shopify Can Update Items | Normal | Boolean | 4 | Shopify Can Update Items | tinyint |
40 | Can Update Shopify Products | Can Update Shopify Products | Normal | Boolean | 4 | Can Update Shopify Products | tinyint |
41 | Variant Prefix | Variant Prefix | Normal | Code | 5 | Variant Prefix | nvarchar(10) |
42 | Inventory Tracked | Inventory Tracked | Normal | Boolean | 4 | Inventory Tracked | tinyint |
43 | Default Inventory Policy | Default Inventory Policy | Normal | Option | 4 | Default Inventory Policy | int |
Available options are:
| |||||||
44 | Allow Background Syncs | Allow Background Syncs | Normal | Boolean | 4 | Allow Background Syncs | tinyint |
47 | Tip Account | Tip Account | Normal | Code | 20 | Tip Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Shpfy Shop].[Tip Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Shpfy Shop].[Tip Account] = [G/L Account].[No_] | |||||||
48 | Sold Gift Card Account | Sold Gift Card Account | Normal | Code | 20 | Sold Gift Card Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Shpfy Shop].[Sold Gift Card Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Shpfy Shop].[Sold Gift Card Account] = [G/L Account].[No_] | |||||||
49 | Customer Mapping Type | Customer Mapping Type | Normal | Option | 4 | Customer Mapping Type | int |
Available options are:
| |||||||
50 | Status for Created Products | Status for Created Products | Normal | Option | 4 | Status for Created Products | int |
Available options are:
| |||||||
51 | Action for Removed Products | Action for Removed Products and Blocked Items | Normal | Option | 4 | Action for Removed Products | int |
Available options are:
| |||||||
52 | Currency Code | Currency Code | Normal | Code | 10 | Currency Code | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [Shpfy Shop].[Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Shpfy Shop].[Currency Code] = [Currency].[Code] | |||||||
53 | Gen. Bus. Posting Group | Gen. Bus. Posting Group | Normal | Code | 20 | Gen_ Bus_ Posting Group | nvarchar(40) |
Key to join to the Gen. Business Posting Group table.Show/hide example querySELECT [Shpfy Shop].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Shpfy Shop].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
54 | VAT Bus. Posting Group | Tax Bus. Posting Group | Normal | Code | 20 | VAT Bus_ Posting Group | nvarchar(40) |
Key to join to the VAT Business Posting Group table.Show/hide example querySELECT [Shpfy Shop].[VAT Bus_ Posting Group] ,[VAT Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$VAT Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Business Posting Group] ON [Shpfy Shop].[VAT Bus_ Posting Group] = [VAT Business Posting Group].[Code] | |||||||
55 | Tax Area Code | Tax Area Code | Normal | Code | 20 | Tax Area Code | nvarchar(40) |
Key to join to the Tax Area table.Show/hide example querySELECT [Shpfy Shop].[Tax Area Code] ,[Tax Area].[Code] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area] ON [Shpfy Shop].[Tax Area Code] = [Tax Area].[Code] | |||||||
56 | Tax Liable | Tax Liable | Normal | Boolean | 4 | Tax Liable | tinyint |
57 | VAT Country/Region Code | Tax Country/Region Code | Normal | Code | 10 | VAT Country_Region Code | nvarchar(20) |
58 | Customer Posting Group | Customer Posting Group | Normal | Code | 20 | Customer Posting Group | nvarchar(40) |
Key to join to the Customer Posting Group table.Show/hide example querySELECT [Shpfy Shop].[Customer Posting Group] ,[Customer Posting Group].[Code] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$Customer Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Posting Group] ON [Shpfy Shop].[Customer Posting Group] = [Customer Posting Group].[Code] | |||||||
59 | Prices Including VAT | Prices Including Tax | Normal | Boolean | 4 | Prices Including VAT | tinyint |
60 | Auto Release Sales Orders | Auto Release Sales Orders | Normal | Boolean | 4 | Auto Release Sales Orders | tinyint |
61 | Allow Line Disc. | Allow Line Disc. | Normal | Boolean | 4 | Allow Line Disc_ | tinyint |
62 | Customer Templ. Code | Customer Template Code | Normal | Code | 20 | Customer Templ_ Code | nvarchar(40) |
Key to join to the Customer Templ. table.Show/hide example querySELECT [Shpfy Shop].[Customer Templ_ Code] ,[Customer Templ.].[Code] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$Customer Templ_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer Templ.] ON [Shpfy Shop].[Customer Templ_ Code] = [Customer Templ.].[Code] | |||||||
63 | Item Templ. Code | Item Template Code | Normal | Code | 20 | Item Templ_ Code | nvarchar(40) |
Key to join to the Item Templ. table.Show/hide example querySELECT [Shpfy Shop].[Item Templ_ Code] ,[Item Templ.].[Code] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$Item Templ_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Templ.] ON [Shpfy Shop].[Item Templ_ Code] = [Item Templ.].[Code] | |||||||
70 | Return and Refund Process | Return and Refund Process | Normal | Option | 4 | Return and Refund Process | int |
Available options are:
| |||||||
73 | Return Location | Return Location | Normal | Code | 10 | Return Location | nvarchar(20) |
75 | Refund Acc. non-restock Items | Refund Account non-restock Items | Normal | Code | 20 | Refund Acc_ non-restock Items | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Shpfy Shop].[Refund Acc_ non-restock Items] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Shpfy Shop].[Refund Acc_ non-restock Items] = [G/L Account].[No_] | |||||||
76 | Refund Account | Refund Account | Normal | Code | 20 | Refund Account | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Shpfy Shop].[Refund Account] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Shpfy Shop].[Refund Account] = [G/L Account].[No_] | |||||||
100 | Collection Last Export Version | Collection Last Export Version | Normal | BigInteger | 8 | Collection Last Export Version | bigint |
101 | Collection Last Import Version | Collection Last Import Version | Normal | BigInteger | 8 | Collection Last Import Version | bigint |
102 | Product Last Export Version | Product Last Export Version | Normal | BigInteger | 8 | Product Last Export Version | bigint |
103 | Product Last Import Version | Product Last Import Version | Normal | BigInteger | 8 | Product Last Import Version | bigint |
104 | SKU Mapping | SKU Mapping | Normal | Option | 4 | SKU Mapping | int |
Available options are:
| |||||||
105 | SKU Field Separator | SKU Field Separator | Normal | Code | 10 | SKU Field Separator | nvarchar(20) |
106 | Tax Area Priority | Tax Area Priority | Normal | Option | 4 | Tax Area Priority | int |
Available options are:
| |||||||
107 | Allow Outgoing Requests | Allow Outgoing Requests | Normal | Boolean | 4 | Allow Outgoing Requests | tinyint |
108 | Order Created Webhooks | Order Created Webhooks | Normal | Boolean | 4 | Order Created Webhooks | tinyint |
109 | Order Created Webhook User | Order Created Webhook User | Normal | Code | 50 | Order Created Webhook User | nvarchar(100) |
Key to join to the User table.Show/hide example querySELECT [Shpfy Shop].[Order Created Webhook User] ,[User].[User Name] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [User] AS [User] ON [Shpfy Shop].[Order Created Webhook User] = [User].[User Name] | |||||||
110 | Fulfillment Service Activated | Fulfillment Service Activated | Normal | Boolean | 4 | Fulfillment Service Activated | tinyint |
111 | Order Created Webhook User Id | Order Created Webhook User Id | Normal | GUID | 16 | Order Created Webhook User Id | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Shpfy Shop].[Order Created Webhook User Id] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [User] AS [User] ON [Shpfy Shop].[Order Created Webhook User Id] = [User].[User Security ID] | |||||||
112 | Order Created Webhook Id | Order Created Webhook Id | Normal | Text | 500 | Order Created Webhook Id | nvarchar(1000) |
113 | Logging Mode | Logging Mode | Normal | Option | 4 | Logging Mode | int |
Available options are:
| |||||||
114 | Bulk Operation Webhook User Id | Bulk Operation Webhook User Id | Normal | GUID | 16 | Bulk Operation Webhook User Id | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Shpfy Shop].[Bulk Operation Webhook User Id] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [User] AS [User] ON [Shpfy Shop].[Bulk Operation Webhook User Id] = [User].[User Security ID] | |||||||
115 | Bulk Operation Webhook Id | Bulk Operation Webhook Id | Normal | Text | 500 | Bulk Operation Webhook Id | nvarchar(1000) |
116 | Sync Prices | Sync Prices with Products | Normal | Boolean | 4 | Sync Prices | tinyint |
200 | Shop Id | Shop Id | Normal | Integer | 4 | Shop Id | int |
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 Shop].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop] LEFT JOIN [User] AS [User] ON [Shpfy Shop].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |