Recorded Event Buffer

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

Table Type: Company

Table Name: Recorded Event Buffer
Database Table Name: CRONUS UK Ltd_$Recorded Event Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 9804

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 Recorded Event Buffer can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Recorded Event Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Session ID]
   ,[Object Type]
   ,[Object ID]
   ,[Event Name]
   ,[Event Type]
   ,[Call Order]
   ,[Element Name]
   ,[Calling Object Type]
   ,[Calling Object ID]
   ,[Calling Method]
   ,[Hit Count]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Recorded Event Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

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

Show/hide columns in Recorded Event Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Session ID SearchSession IDNormalInteger4Session IDint
2Object Type Primary Key SearchObject TypeNormalOption4Object Typeint
Available options are:
  • “Table Data”
  • “TableReportCodeunit”
  • “XMLport”
  • “MenuSuite”
  • “Page”
  • “Query”
  • “System”
3Object ID Primary Key SearchObject IDNormalInteger4Object IDint
4Object Name SearchObject NameFlowFieldText30
5Event Name Primary Key SearchEvent NameNormalText129Event Namenvarchar(258)
6Event Type Primary Key SearchEvent TypeNormalOption4Event Typeint
Available options are:
  • “”
  • “Custom Event”
  • “Trigger Event”
7Call Order Primary Key SearchCall OrderNormalInteger4Call Orderint
8Element Name Primary Key SearchElement NameNormalText120Element Namenvarchar(240)
9Calling Object Type Primary Key SearchCalling Object TypeNormalOption4Calling Object Typeint
Available options are:
  • “”
  • “TableReportCodeunit”
  • “XMLport”
  • “MenuSuite”
  • “Page”
  • “Query”
  • “System”
10Calling Object ID Primary Key SearchCalling Object IDNormalInteger4Calling Object IDint
11Calling Object Name SearchCalling Object NameFlowFieldText30
12Calling Method Primary Key SearchCalling MethodNormalText129Calling Methodnvarchar(258)
13Hit Count SearchHit CountNormalInteger4Hit Countint
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
       [Recorded Event Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Recorded Event Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Recorded Event Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Recorded Event Buffer].[$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
       [Recorded Event Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Recorded Event Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Recorded Event Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Recorded Event Buffer].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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