The top 10 Salesforce Spring ’24 updates for developers: from new Aura and Lightning Web Components to enhanced Apex functionality and more …
Here are highlights from article Salesforce Spring ’24 Features: Top 10 Developer Updates You Need to Know | Salesforce Ben
1. Updated Migrate to Flow Tool for Migration of More Processes:
– The Migrate to Flow tool now supports partial migration for most actions, except invocable actions.
– Users can access the tool from Setup and choose the specific process they want to convert into a flow.
– During migration, users can select criteria for migration and see which actions can be partially migrated.
– After migration, users can review the results and see a list of actions that require additional configuration in Flow Builder.
2. New Aura Components with Better Functionality:
– The lightning:navigation component has been modified to enhance its functionality.
– The replace property in the navigate(pageReference, replace) method has been adjusted.
– When replace is set to false, saving a new record through a pop-up modal returns the user to the previous record page.
– When replace is set to true, the user is redirected to the page of the newly created record after saving.
You can read it here: https://sfdc.blog/FUWlC
Source from salesforceben(dot)com