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