Skuid Model Record Type Metadata Object

The Skuid Model Record Type Metadata Object is built on the server-side and is not a constructible type.

It is loosely based on the Apex RecordTypeInfo Class, but contains some name changes and Skuid customizations.

Note

All properties in the Record Type Metadata Object should be treated as read-only. Overwriting these values on the rendered page will result in undefined behavior and likely cause unexpected and undesirable results.

Properties

recordTypeId

string

The ID of the Record Type. Derived from Salesforce’s RecordTypeInfo.getRecordTypeId().

name

string

The name of the Record Type. Derived from Salesforce’s RecordTypeInfo.getName().

isAvailable

boolean

Indicates if the record type is available to the current user. Derived from Salesforce’s RecordTypeInfo.isAvailable().

isDefaultRecordTypeMapping

boolean

Indicates if this is the default record type mapping. Derived from Salesforce’s RecordTypeInfo.isDefaultRecordTypeMapping().