Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2000000216
Table Type: System
Table Name: Designed Query Column
Database Table Name: Designed Query Column
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 Column can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[Designed Query Column]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Query ID]
,[Data Item]
,[Order]
,[Name]
,[Description]
,[Source Reference]
,[Column Type]
,[Method]
,[Invert Sign]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[Designed Query Column]