Documentation Center

List of Object Types

The following query populates the list of object types based on a Project in the Work in Progress GUI.

SELECT DISTNCT name 
FROM objecttype 
WHERE classtype = 20 
ORDER BY name ASC;