Shpfy Log Entry

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

Table Type: Company

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

Table Number: 30115

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Date and Time]
   ,[Time]
   ,[User ID]
   ,[Request]
   ,[Response]
   ,[Status Code]
   ,[Status Description]
   ,[URL]
   ,[Method]
   ,[Has Error]
   ,[Request Id]
   ,[Request Preview]
   ,[Response Preview]
   ,[Retry Count]
   ,[Query Cost]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Shpfy Log Entry$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 Log Entry$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Log Entry]
LEFT JOIN
   [CRONUS UK Ltd_$Campaign Status$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Campaign Status]
      ON
         [Shpfy Log Entry].[Status Code] = [Campaign Status].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy Log Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy Log Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Shpfy Log Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalBigInteger8Entry No_bigint
2Date and Time SearchDate and TimeNormalDateTime8Date and Timedatetime
3Time SearchTimeNormalTime4Timedatetime
4User ID SearchUser IDNormalCode50User IDnvarchar(100)
6Request SearchRequestNormalBLOB8Requestimage
7Response SearchResponseNormalBLOB8Responseimage
8Status Code SearchStatus CodeNormalCode10Status Codenvarchar(20)
Key to join to the Campaign Status table.

Show/hide example query

SELECT
       [Shpfy Log Entry].[Status Code]
       ,[Campaign Status].[Code]
FROM
       [CRONUS UK Ltd_$Shpfy Log Entry$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Log Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Campaign Status$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Campaign Status]
              ON
                     [Shpfy Log Entry].[Status Code] = [Campaign Status].[Code]
9Status Description SearchStatus DescriptionNormalText500Status Descriptionnvarchar(1000)
10URL SearchURLNormalText500URLnvarchar(1000)
11Method SearchMethodNormalText30Methodnvarchar(60)
12Has Error SearchHas ErrorNormalBoolean4Has Errortinyint
13Request Id SearchRequest IdNormalGUID16Request Iduniqueidentifier
14Request Preview SearchRequest PreviewNormalText50Request Previewnvarchar(100)
15Response Preview SearchResponse PreviewNormalText50Response Previewnvarchar(100)
16Retry Count SearchRetry CountNormalInteger4Retry Countint
17Query Cost SearchQuery CostNormalInteger4Query Costint
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 Log Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy Log Entry$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Log Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy Log Entry].[$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 Log Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy Log Entry$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Log Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy Log Entry].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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