Release notes, new features, deprecations, and announcements from Salesforce and AWS.
68
Total
20
Salesforce
45
AWS
4 notices for Salesforce (New Feature)
Flow Orchestration, previously a paid add-on, is now included as a standard Flow type for all eligible Salesforce editions. Customers can build multi-step, multi-user business processes with stages and steps without purchasing a separate license.
Apex now supports the null-coalescing operator (??). Write `String name = account.Name ?? 'Unknown';` instead of ternary checks. Also available: null-safe navigation combined with coalescing (`contact?.Account?.Name ?? 'N/A'`). Available in API version 66.0+.
Spring '26 adds Flow Logging for native runtime monitoring and troubleshooting, AI-powered flow generation reaching GA so admins can describe a process in plain language and get a draft flow, inline editing and column sorting in Flow Data Tables, and orchestration debug improvements that let developers set custom start and end points to test specific segments of long orchestrations.
Dynamic Forms, which lets admins place individual fields and sections anywhere on a Lightning record page and control their visibility with filter conditions, reached general availability for standard objects in Winter '24. Previously limited to custom objects and a small pilot set of standard objects, Dynamic Forms expanded to hundreds of LWC-enabled standard objects including Account, Contact, Opportunity, Case, and Lead. Admins can now migrate existing page layouts to Dynamic Forms using the one-click migration wizard in Lightning App Builder, eliminating the need to maintain separate compact and full layouts and enabling field-level conditional visibility without code.