SuiteQL Query Library
Entities: Types
Returns all entity types, with BUILTIN.DF and BUILTIN.CF values.
-- Contributor: Tim Dietrich (timdietrich@me.com)
SELECT DISTINCT
Type,
BUILTIN.DF( Type ) AS DFType,
BUILTIN.CF( Type ) AS CFType
FROM
Entity
ORDER BY
Type