Sent Notification Entry

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

Table Type: Company

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

Table Number: 1514

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

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Sent 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]
   ,[Created Date-Time]
   ,[Created By]
   ,[Sent Date-Time]
   ,[Notification Content]
   ,[Notification Method]
   ,[Aggregated with Entry]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Sent 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_$Sent Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sent Notification Entry]
LEFT JOIN
   [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
      ON
         [Sent Notification Entry].[Recipient User ID] = [User Setup].[User ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Sent Notification Entry].[Created By] = [User].[User Name]
LEFT JOIN
   [CRONUS UK Ltd_$Sent Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sent Notification Entry]
      ON
         [Sent Notification Entry].[Aggregated with Entry] = [Sent Notification Entry].[ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Sent Notification Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Sent Notification Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Sent 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
       [Sent Notification Entry].[Recipient User ID]
       ,[User Setup].[User ID]
FROM
       [CRONUS UK Ltd_$Sent Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sent Notification Entry]
LEFT JOIN
       [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
              ON
                     [Sent 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)
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
       [Sent Notification Entry].[Created By]
       ,[User].[User Name]
FROM
       [CRONUS UK Ltd_$Sent Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sent Notification Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Sent Notification Entry].[Created By] = [User].[User Name]
11Sent Date-Time SearchSent Date-TimeNormalDateTime8Sent Date-Timedatetime
12Notification Content SearchNotification ContentNormalBLOB8Notification Contentimage
13Notification Method SearchNotification MethodNormalOption4Notification Methodint
Available options are:
  • “Email”
  • “Note”
14Aggregated with Entry SearchAggregated with EntryNormalInteger4Aggregated with Entryint
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
       [Sent Notification Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Sent Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sent Notification Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Sent 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
       [Sent Notification Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Sent Notification Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sent Notification Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Sent Notification Entry].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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