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