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