pegros / PEG_LIST

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

[feat] sfpegActionBarCmp - "save & next" button in ldsForm #18

Open pegros opened 1 year ago

pegros commented 1 year ago

Is your feature request related to a problem? Please describe. When creating records via ldsForm action type, it would be great to have a "save & next" button instead of a simple "save" one in order to chain record creations from the same popup.

Describe the solution you'd like Replicate the standard Lightning behaviour for creation forms.

Describe alternatives you've considered Current workaround is to leverage a Flow action (via the Aura sfpegActionUtilityCmp component) chaining creations in the process.

Additional context Beware of internal complexity induced by such a feature not considered from the start in the popup. Potential complexity when configuring fields to replicate from one record to the next.