A Fieldset Lightning Component for Salesforce Lightning Experience.
The component can be added to any Record Home Layout.
To contribute, please fork, update, push and create a pull request.
Please refer to the release notes.
force:recordPreview
has been deprecated and replaced with force:recordData
.
force:recordData
does not support User type Object (CreatedBy, Owner, LastModifiedBy, etc)
- Create new record (using standard record fields)
- Edit the current record (using the fieldset field list)
- Refresh the current record
- ADDRESS
- ANYTYPE
- BOOLEAN
- CURRENCY
- DATE
- DATETIME
- DOUBLE
- ENCRYPTEDSTRING
- ID
- INTEGER
- MULTIPICKLIST
- PERCENT
- PHONE
- PICKLIST
- STRING
- REFERENCE
- TEXTAREA
- TIME
- URL
- Show Icon - Show the header icon
- Icon - The lightning icon as iconType:iconName
- Icon Size - The size of the lightning icon. Possible values: small, medium, large.
- Show Title - Show the header title
- Title - The header title
- Set Name As Title - Set the record name as the title
- Show SObject Type - Show the SObject Type in the header
- Fieldset - The fieldset for this record type
- Columns - The number of columns for this record layout
- Allow Create New - Allow creating a new record
- Allow Edit - Allow Editing the record
- Allow Refresh - Allow Refreshing the record