Skip to content

A Fieldset Lightning Component for Salesforce Lightning Experience

License

Notifications You must be signed in to change notification settings

tiaanswart/RecordFieldsetView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

RecordFieldsetView

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.

Summer 17 - Lightning Data Service (Beta):

Please refer to the release notes.

force:recordPreview has been deprecated and replaced with force:recordData.

Known limitations:

  1. force:recordData does not support User type Object (CreatedBy, Owner, LastModifiedBy, etc)

Production / Sandbox (force:recordData):

Deploy to Salesforce

Developer Edition (force:recordPreview):

Deploy to Salesforce

Functions available:

  1. Create new record (using standard record fields)
  2. Edit the current record (using the fieldset field list)
  3. Refresh the current record

Supported Field Types (Schema.DisplayType):

  1. ADDRESS
  2. ANYTYPE
  3. BOOLEAN
  4. CURRENCY
  5. DATE
  6. DATETIME
  7. DOUBLE
  8. EMAIL
  9. ENCRYPTEDSTRING
  10. ID
  11. INTEGER
  12. MULTIPICKLIST
  13. PERCENT
  14. PHONE
  15. PICKLIST
  16. STRING
  17. REFERENCE
  18. TEXTAREA
  19. TIME
  20. URL

Lightning Component Settings (Design attributes):

  1. Show Icon - Show the header icon
  2. Icon - The lightning icon as iconType:iconName
  3. Icon Size - The size of the lightning icon. Possible values: small, medium, large.
  4. Show Title - Show the header title
  5. Title - The header title
  6. Set Name As Title - Set the record name as the title
  7. Show SObject Type - Show the SObject Type in the header
  8. Fieldset - The fieldset for this record type
  9. Columns - The number of columns for this record layout
  10. Allow Create New - Allow creating a new record
  11. Allow Edit - Allow Editing the record
  12. Allow Refresh - Allow Refreshing the record

About

A Fieldset Lightning Component for Salesforce Lightning Experience

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published