Model UDP Definitions

Example: Query for returning all UDP definitions in the model

SELECT NAME
FROM M1.PROPERTY_TYPE
WHERE TAG_IS_LOCALLY_DEFINED = 'T'

Back to Top