pegros / PEG_LIST

Set of configurable/actionable LWC list components for Salesforce Lightning UX
MIT License
20 stars 8 forks source link

[feat] sfpegActionBarCmp - Add ability to navigate to record from showDetails popup #39

Closed pegros closed 1 year ago

pegros commented 1 year ago

Is your feature request related to a problem? Please describe. When using a showDetails action type, it is possible to access a summary of a specified record (similar to the standard compact layout upon hovering). It would be great to be able to directly navigate to this record when closing the popup if needed by the user.

Describe the solution you'd like Avoid having two buttons in the action bar to respectively access the summary in the popup and navigate to the record. There should be a button to directly navigate to the record from the summary popup.

Describe alternatives you've considered Implementing a specific navigation feature was adding up custom code. It would be preferable to reuse the next properties for action chaining to implement such a feature.

Additional context This showDetails is mainly a fallback to the standard compact layout display upon lookup hovering. It would be better to get this hovering capability on many lookup fields in the PEG_LIST package.

pegros commented 1 year ago

Implemented in build 781cf86