Public Interface Export Function › Planning Objects › Planning Tasks › OBJECT_CLASS (System- and User-defined) › Task
Select all the user‑defined classes.
SELECT C.NAME FROM MODEL M, OBJECT_CLASS C WHERE M.NAME = 'my model name' AND C.MODEL_ID = M.ID AND C.IEF_OR_USER_SUP = 'U' ORDER BY C.NAME;