useSObject
Import
Usage
Methods
Constructor(params) : Constructor
Name | Type | Description |
---|---|---|
fields | Field[] | List of imported fields |
recordTypeId ? | RecordId | Defaulted to default |
Example
Dynamic Attributes
<relatedListApiName>__ref : RecordRef
The __ref
identifier gives a boilerplate object whose keys represent the imported fields and where values are initialized as undefined.
Example
<relatedListApiName>__info : RecordInfo
The __info
identifier gives a description of the object including :
- label
- dataType
- picklistValues (if is of type picklist)