Type alias DescribeSObjectResult
DescribeSObjectResult: { actionOverrides?: ActionOverride[] | null; activateable: boolean; childRelationships: ChildRelationship[]; compactLayoutable: boolean; createable: boolean; custom: boolean; customSetting: boolean; dataTranslationEnabled?: boolean | null; deepCloneable: boolean; defaultImplementation?: string | null; deletable: boolean; deprecatedAndHidden: boolean; feedEnabled: boolean; fields?: Field[] | null; hasSubtypes: boolean; idEnabled: boolean; implementedBy?: string | null; implementsInterfaces?: string | null; isInterface: boolean; isSubtype: boolean; keyPrefix?: string | null; label: string; labelPlural: string; layoutable: boolean; mergeable: boolean; mruEnabled: boolean; name: string; namedLayoutInfos: NamedLayoutInfo[]; networkScopeFieldName?: string | null; queryable: boolean; recordTypeInfos: RecordTypeInfo[]; replicateable: boolean; retrieveable: boolean; searchLayoutable?: boolean | null; searchable: boolean; supportedScopes?: ScopeInfo[] | null; triggerable?: boolean | null; undeletable: boolean; updateable: boolean; urlDetail?: string | null; urlEdit?: string | null; urlNew?: string | null; } Type declaration
Optional
actionOverrides?: ActionOverride[] | null
activateable: boolean
compactLayoutable: boolean
createable: boolean
custom: boolean
customSetting: boolean
Optional
dataTranslationEnabled?: boolean | null
deepCloneable: boolean
Optional
defaultImplementation?: string | null
deletable: boolean
deprecatedAndHidden: boolean
feedEnabled: boolean
Optional
fields?: Field[] | null
hasSubtypes: boolean
idEnabled: boolean
Optional
implementedBy?: string | null
Optional
implementsInterfaces?: string | null
isInterface: boolean
isSubtype: boolean
Optional
keyPrefix?: string | null
label: string
labelPlural: string
layoutable: boolean
mergeable: boolean
mruEnabled: boolean
name: string
Optional
networkScopeFieldName?: string | null
queryable: boolean
replicateable: boolean
retrieveable: boolean
Optional
searchLayoutable?: boolean | null
searchable: boolean
Optional
supportedScopes?: ScopeInfo[] | null
Optional
triggerable?: boolean | null
undeletable: boolean
updateable: boolean
Optional
urlDetail?: string | null
Optional
urlEdit?: string | null
Optional
urlNew?: string | null