Skip to main content

salesforce.recordtypeinfo

Home > @runlightyear/salesforce > RecordTypeInfo

RecordTypeInfo interface

Signature:
interface RecordTypeInfo 

Required Properties

PropertyModifiersTypeDescription
availablebooleanIndicates whether this record type is available (true) or not (false). Availability is used to display a list of available record types to the user when they are creating a new record.
defaultRecordTypeMappingbooleanIndicates whether this is the default record type mapping (true) or not (false).
developerNamestringDeveloper name of this record type. Available in API versions 43.0 and later.
masterbooleanIndicates whether this is the main record type (true) or not (false). The main record type is the default record type that’s used when a record has no custom record type associated with it.
namestringName of this record type.
recordTypeIdstringID of this record type.