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