Notification Entry

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

Table Type: Company

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

Table Number: 1511

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [ID]
   ,[Type]
   ,[Recipient User ID]
   ,[Triggered By Record]
   ,[Link Target Page]
   ,[Custom Link]
   ,[Error Message]
   ,[Created Date-Time]
   ,[Created By]
   ,[Error Message 2]
   ,[Error Message 3]
   ,[Error Message 4]
   ,[Sender User ID]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Notification Entry]
LEFT JOIN
   [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
      ON
         [Notification Entry].[Recipient User ID] = [User Setup].[User ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Notification Entry].[Created By] = [User].[User Name]
LEFT JOIN
   [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
      ON
         [Notification Entry].[Sender User ID] = [User Setup].[User ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Notification Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Notification Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Notification Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1ID Primary Key SearchIDNormalInteger4IDint
3Type SearchTypeNormalOption4Typeint
Available options are:
  • “New Record”
  • “Approval”
  • “Overdue”
4Recipient User ID SearchRecipient User IDNormalCode50Recipient User IDnvarchar(100)
Key to join to the User Setup table.

Show/hide example query

SELECT
       [Notification Entry].[Recipient User ID]
       ,[User Setup].[User ID]
FROM
       [CRONUS UK Ltd_$Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Notification Entry]
LEFT JOIN
       [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
              ON
                     [Notification Entry].[Recipient User ID] = [User Setup].[User ID]
5Triggered By Record SearchTriggered By RecordNormalRecordID448Triggered By Recordvarbinary(448)
6Link Target Page SearchLink Target PageNormalInteger4Link Target Pageint
7Custom Link SearchCustom LinkNormalText250Custom Linknvarchar(500)
8Error Message SearchError MessageNormalText2048Error Messagenvarchar(4096)
9Created Date-Time SearchCreated Date-TimeNormalDateTime8Created Date-Timedatetime
10Created By SearchCreated ByNormalCode50Created Bynvarchar(100)
Key to join to the User table.

Show/hide example query

SELECT
       [Notification Entry].[Created By]
       ,[User].[User Name]
FROM
       [CRONUS UK Ltd_$Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Notification Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Notification Entry].[Created By] = [User].[User Name]
15Error Message 2 SearchError Message 2NormalText250Error Message 2nvarchar(500)
16Error Message 3 SearchError Message 3NormalText250Error Message 3nvarchar(500)
17Error Message 4 SearchError Message 4NormalText250Error Message 4nvarchar(500)
18Sender User ID SearchSender User IDNormalCode50Sender User IDnvarchar(100)
Key to join to the User Setup table.

Show/hide example query

SELECT
       [Notification Entry].[Sender User ID]
       ,[User Setup].[User ID]
FROM
       [CRONUS UK Ltd_$Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Notification Entry]
LEFT JOIN
       [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
              ON
                     [Notification Entry].[Sender User ID] = [User Setup].[User ID]
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
       [Notification Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Notification Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Notification 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
       [Notification Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Notification Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Notification Entry].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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