Shpfy Product

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

Table Type: Company

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

Table Number: 30127

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 Product can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Id]
   ,[Created At]
   ,[Updated At]
   ,[Has Variants]
   ,[Description]
   ,[Description as HTML]
   ,[Preview URL]
   ,[URL]
   ,[Product Type]
   ,[SEO Description]
   ,[SEO Title]
   ,[Title]
   ,[Vendor]
   ,[Image Id]
   ,[Status]
   ,[Shop Code]
   ,[Last Updated by BC]
   ,[Image Hash]
   ,[Tags Hash]
   ,[Description Html Hash]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Shpfy Product$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 Product$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Product]
LEFT JOIN
   [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop]
      ON
         [Shpfy Product].[Shop Code] = [Shpfy Shop].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy Product].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy Product].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Shpfy Product table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Id Primary Key SearchIdNormalBigInteger8Idbigint
2Created At SearchCreated AtNormalDateTime8Created Atdatetime
3Updated At SearchUpdated AtNormalDateTime8Updated Atdatetime
4Has Variants SearchHas VariantsNormalBoolean4Has Variantstinyint
5Description SearchDescriptionNormalText250Descriptionnvarchar(500)
6Description as HTML SearchDescription as HTMLNormalBLOB8Description as HTMLimage
7Preview URL SearchPreview URLNormalText250Preview URLnvarchar(500)
8URL SearchURLNormalText250URLnvarchar(500)
9Product Type SearchProduct TypeNormalText50Product Typenvarchar(100)
10SEO Description SearchSEO DescriptionNormalText250SEO Descriptionnvarchar(500)
11SEO Title SearchSEO TitleNormalText100SEO Titlenvarchar(200)
12Title SearchTitleNormalText100Titlenvarchar(200)
13Vendor SearchVendorNormalText100Vendornvarchar(200)
14Image Id SearchImage IdNormalBigInteger8Image Idbigint
15Status SearchStatusNormalOption4Statusint
Available options are:
  • “Active”
  • “Archived”
  • “Draft”
100Shop Code SearchShop CodeNormalCode20Shop Codenvarchar(40)
Key to join to the Shpfy Shop table.

Show/hide example query

SELECT
       [Shpfy Product].[Shop Code]
       ,[Shpfy Shop].[Code]
FROM
       [CRONUS UK Ltd_$Shpfy Product$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Product]
LEFT JOIN
       [CRONUS UK Ltd_$Shpfy Shop$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Shop]
              ON
                     [Shpfy Product].[Shop Code] = [Shpfy Shop].[Code]
101Item SystemId SearchItem SystemIdNormalGUID16
102Last Updated by BC SearchLast Updated by BCNormalDateTime8Last Updated by BCdatetime
103Item No. SearchItem No.FlowFieldCode20
104Image Hash SearchImage HashNormalInteger4Image Hashint
105Tags Hash SearchTags HashNormalInteger4Tags Hashint
106Description Html Hash SearchDescription Html HashNormalInteger4Description Html Hashint
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 Product].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy Product$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Product]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy Product].[$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 Product].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy Product$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Product]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy Product].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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