Complex Template Expressions (Beta)
Complex template expressions in LWC can remove tiny bits of boilerplate, but they are best kept to simple math and checks.
Palette Control
Switch between dark, light, or a custom control-room palette.
6 posts in this channel.
Complex template expressions in LWC can remove tiny bits of boilerplate, but they are best kept to simple math and checks.
Blob.toPdf() now uses the Visualforce PDF rendering service. The Apex API is unchanged, but output layout can shift unless you make fonts and print styles explicit.
GraphQL mutations in API 66.0+ let LWCs create, update, and delete UI API-supported records without Apex for standard CRUD paths.
Apex can now fetch all picklist values for a record type directly with ConnectApi.RecordUi.getPicklistValuesByRecordType in API 66.0.
RunRelevantTests reduces Apex deployment time by running only tests that are relevant to the components in your deployment payload.
I have been using Apex cursors since they became generally available, and this is where they help in day-to-day Salesforce work.