SuiteQL Query Library

Custom Record Types

Returns all custom record types in the account.

-- Contributor: Tim Dietrich (timdietrich@me.com)
SELECT
	Name,
	ScriptID,
	Description,
	BUILTIN.DF( Owner ) AS Owner
FROM
	CustomRecordType
ORDER BY
	Name

← Back to Query Library