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
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 Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | ID | ID | Normal | Integer | 4 | ID | int |
3 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
4 | Recipient User ID | Recipient User ID | Normal | Code | 50 | Recipient User ID | nvarchar(100) |
Key to join to the User Setup table.Show/hide example querySELECT [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] | |||||||
5 | Triggered By Record | Triggered By Record | Normal | RecordID | 448 | Triggered By Record | varbinary(448) |
6 | Link Target Page | Link Target Page | Normal | Integer | 4 | Link Target Page | int |
7 | Custom Link | Custom Link | Normal | Text | 250 | Custom Link | nvarchar(500) |
8 | Error Message | Error Message | Normal | Text | 2048 | Error Message | nvarchar(4096) |
9 | Created Date-Time | Created Date-Time | Normal | DateTime | 8 | Created Date-Time | datetime |
10 | Created By | Created By | Normal | Code | 50 | Created By | nvarchar(100) |
Key to join to the User table.Show/hide example querySELECT [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] | |||||||
15 | Error Message 2 | Error Message 2 | Normal | Text | 250 | Error Message 2 | nvarchar(500) |
16 | Error Message 3 | Error Message 3 | Normal | Text | 250 | Error Message 3 | nvarchar(500) |
17 | Error Message 4 | Error Message 4 | Normal | Text | 250 | Error Message 4 | nvarchar(500) |
18 | Sender User ID | Sender User ID | Normal | Code | 50 | Sender User ID | nvarchar(100) |
Key to join to the User Setup table.Show/hide example querySELECT [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 | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [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] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |