The Salesforce Developer’s Guide to the Winter ’24 Release

— by

Everything you Salesforce Developers to know about the Winter ’24 Salesforce release in one blog …

Here are highlights from article The Salesforce Developer’s Guide to the Winter ’24 Release

1. Winter ’24 Release Readiness Program:
– Introduces Winter ’24 Release Readiness program for Salesforce Developers
– Provides information in easy and accessible ways, including videos, podcasts, and quests on Trailhead

2. Winter ’24 Salesforce Platform updates:
– Focuses on improving quality of life for Salesforce Developers
– Introduces new additions to Apex language
– Delivers enhancements for Lightning Web Components (LWC), such as dynamic components, LWC support for console apps, and support for third-party web components in LWC

3. Dynamic components in LWC:
– Allows components to be rendered dynamically at runtime
– Requires adding the lightning__dynamicComponent capability in meta XML
– Uses the lwc:component tag to inject a component and the lwc:is directive to specify the constructor of the component to render dynamically

4. LWC Workspace API (Beta):
– Provides methods to manage workspace tabs and subtabs in a Lightning console app
– Allows developers to open console subtabs using the LWC Workspace API
– Refer to Salesforce console developer documentation for complete documentation on APIs and methods

5. GraphQL wire adapter for LWC:
– Enables streaming Salesforce object data in LWC using GraphQL without Apex
– Includes filtering, sorting, pagination, CRUD/FLS handling, and client-side caching
– Requires using the lightning/uiGraphQLApi module and components prefixed with “graphql” in the lwc-recipes app

You can read it here: https://sfdc.blog/MGxnW

Source from developer(dot)salesforce(dot)com

Newsletter

My latest updates in your e-mail.