salesforce.recordtypeinfo
Home > @runlightyear/salesforce > RecordTypeInfo
RecordTypeInfo interface
Signature:
interface RecordTypeInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
boolean | Indicates 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. | ||
boolean | Indicates whether this is the default record type mapping (true) or not (false). | ||
string | Developer name of this record type. Available in API versions 43.0 and later. | ||
boolean | Indicates 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. | ||
string | Name of this record type. | ||
string | ID of this record type. |