Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2000000073
Table Type: System
Table Name: User Personalization
Database Table Name: User Personalization
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 User Personalization can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[User Personalization]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[User SID]
,[Profile ID]
,[App ID]
,[Scope]
,[Language ID]
,[Company]
,[Debugger Break On Error]
,[Debugger Break On Rec Changes]
,[Debugger Skip System Triggers]
,[Locale ID]
,[Time Zone]
,[Customization Status]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[User Personalization]