Questions tagged [summer24]
Issues that are specific to the Summer'24 release.
5 questions
1 vote
1 answer
703 views
Not able to find EventSettings Metadata API type to set retention period for the event logs
I am following this documentation: https://help.salesforce.com/s/articleView?id=release-notes.rn_security_em_download_elf.htm&release=250&type=5 I have enabled Retain event log files in Event ...
5 votes
2 answers
1k views
Behavior of draft-values tag in a lightning-datatable changed in Summer'24
I have a Lightning Web Component that is feature-rich, so to say. 250 lines of HTML and 1350 lines of JS. Due to these sizes, I cannot list the complete source. One of the things that it uses is this ...
8 votes
1 answer
776 views
Picklist field returning values instead of API Names in SOQL after Summer '24 release in sandbox
We have a query in similar format SELECT COUNT(Id), toLabel(Picklist_Field__c) alias, Picklist_Field__c FROM Account WHERE Id = 'acct id' GROUP BY Picklist_Field__c ORDER BY Picklist_Field__c The ...
0 votes
1 answer
248 views
Our custom LWC that has config properties and is using Chart.js is silently failing in Summer '24
Working before Summer '24. Now the component does not render and we see no errors in the console. The component is used in a Digital Experience and is now not offered in the builder component list. In ...
3 votes
0 answers
278 views
Lead path misses labels and colors in Summer'24 sandbox
While doing regression tests in a Summer'24 sandbox, I came across this: for multiple users (admin, non-admin), Chrome and Edge browsers. I couldn't find it in the Summer'24 known issues. Anyone ...