Report Inbox

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

Table Type: Company

Table Name: Report Inbox
Database Table Name: CRONUS UK Ltd_$Report Inbox$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 477

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

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Report Inbox$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[User ID]
   ,[Report Output]
   ,[Created Date-Time]
   ,[Job Queue Log Entry ID]
   ,[Output Type]
   ,[Description]
   ,[Report ID]
   ,[Read]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Report Inbox$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Report Inbox$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Report Inbox]
LEFT JOIN
   [User] AS [User]
      ON
         [Report Inbox].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Report Inbox].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Report Inbox table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
2User ID SearchUser IDNormalText65User IDnvarchar(130)
3Report Output SearchReport OutputNormalBLOB8Report Outputimage
4Created Date-Time SearchCreated Date-TimeNormalDateTime8Created Date-Timedatetime
5Job Queue Log Entry ID SearchJob Queue Log Entry IDNormalGUID16Job Queue Log Entry IDuniqueidentifier
6Output Type SearchOutput TypeNormalOption4Output Typeint
Available options are:
  • “PDF”
  • “Word”
  • “Excel”
  • “Zip”
7Description SearchDescriptionNormalText250Descriptionnvarchar(500)
8Report ID SearchReport IDNormalInteger4Report IDint
9Report Name SearchReport NameFlowFieldText250
10Read SearchReadNormalBoolean4Readtinyint
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
       [Report Inbox].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Report Inbox$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Report Inbox]
LEFT JOIN
       [User] AS [User]
              ON
                     [Report Inbox].[$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
       [Report Inbox].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Report Inbox$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Report Inbox]
LEFT JOIN
       [User] AS [User]
              ON
                     [Report Inbox].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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