Skip to main content

Questions tagged [summer24]

Issues that are specific to the Summer'24 release.

1 vote
1 answer
703 views

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 ...
वरुण's user avatar
5 votes
2 answers
1k views

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 ...
Sander de Jong's user avatar
8 votes
1 answer
776 views

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 ...
Borz998's user avatar
  • 99
0 votes
1 answer
248 views

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 ...
Keith C's user avatar
  • 138k
3 votes
0 answers
278 views

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 ...
Sander de Jong's user avatar