Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2000000121
Table Type: System
Table Name: User Property
Database Table Name: User Property
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 Property can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[User Property]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[User Security ID]
,[Password]
,[Name Identifier]
,[Authentication Key]
,[WebServices Key]
,[WebServices Key Expiry Date]
,[Authentication Object ID]
,[Directory Role ID]
,[Directory Role ID List]
,[Telemetry User ID]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[User Property]