Retention Policy Log Entry

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

Table Type: Company

Table Name: Retention Policy Log Entry
Database Table Name: CRONUS UK Ltd_$Retention Policy Log Entry$63ca2fa4-4f03-4f2b-a480-172fef340d3f

Table Number: 3905

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

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Retention Policy Log Entry$63ca2fa4-4f03-4f2b-a480-172fef340d3f]

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Session Id]
   ,[Category]
   ,[Message Type]
   ,[Message]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Retention Policy Log Entry$63ca2fa4-4f03-4f2b-a480-172fef340d3f]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Retention Policy Log Entry$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Retention Policy Log Entry]
LEFT JOIN
   [CRONUS UK Ltd_$Workflow Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Category]
      ON
         [Retention Policy Log Entry].[Category] = [Workflow Category].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Retention Policy Log Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Retention Policy Log Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Retention Policy Log Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalBigInteger8Entry No_bigint
3Session Id SearchSession IdNormalInteger4Session Idint
4User Id SearchUser IdFlowFieldCode50
5Category SearchCategoryNormalOption4Categoryint
Key to join to the Workflow Category table.

Show/hide example query

SELECT
       [Retention Policy Log Entry].[Category]
       ,[Workflow Category].[Code]
FROM
       [CRONUS UK Ltd_$Retention Policy Log Entry$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Retention Policy Log Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Workflow Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Category]
              ON
                     [Retention Policy Log Entry].[Category] = [Workflow Category].[Code]
Available options are:
  • “Retention Policy – Allowed Tables”
  • “Retention Policy – Period”
  • “Retention Policy – Setup”
  • “Retention Policy – Apply”
  • “Retention Policy – Schedule”
6Message Type SearchMessage TypeNormalOption4Message Typeint
Available options are:
  • “Error”
  • “Warning”
  • “Info”
7Message SearchMessageNormalText2048Messagenvarchar(4096)
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
       [Retention Policy Log Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Retention Policy Log Entry$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Retention Policy Log Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Retention Policy 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
       [Retention Policy Log Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Retention Policy Log Entry$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Retention Policy Log Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Retention Policy Log Entry].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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