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