Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2000000111
Table Type: System
Table Name: Session Event
Database Table Name: Session Event
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 Session Event can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[Session Event]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[User SID]
,[Server Instance ID]
,[Session ID]
,[Event Datetime]
,[Event Type]
,[Client Type]
,[Database Name]
,[Client Computer Name]
,[User ID]
,[Comment]
,[Session Unique ID]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[Session Event]