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.
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.