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