Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2000000166
Table Type: System
Table Name: Tenant Permission
Database Table Name: Tenant Permission
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 Tenant Permission can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[Tenant Permission]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[App ID]
,[Role ID]
,[Object Type]
,[Object ID]
,[Read Permission]
,[Insert Permission]
,[Modify Permission]
,[Delete Permission]
,[Execute Permission]
,[Security Filter]
,[Type]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[Tenant Permission]