Skip to main content Join us at TDX in San Francisco or on Salesforce+ on March 5-6 for the Developer Conference for the AI Agent Era. Register now.

#Summer241 discussing

[▶️]🔴🔥🎬 Improve SOQL Performance By Using Apex Cursors

Apex Cursors are a new beta feature in Salesforce Summer ’24 release that allows you to work with large datasets retrieved using SOQL queries. Unlike SOQL which returns the entire dataset at once, Cursors retrieve data in manageable chunks, improving performance and memory usage.

 

Cursors provide some advantages over Batch Apex, such as:

  • Forward and backward navigation within the results.
  • Ability to be chained in a series of queueable Apex jobs.

Cursor processing occurs within a single transaction, ensuring data consistency. Cursors are an alternative to batch Apex and address some of batch Apex’s limitations. Cursors are also more powerful because they can be used in a chain of queueable Apex jobs.

🎬 https://youtu.be/Uvcl3E8e7lM

📒 https://sudipta-deb.in/2024/06/improve-soql-performance-by-using-apex-cursors.html

 

ApexCursors.jpeg

@The Blog Group

 

#Summer24 #Apex #Cursor #Batchapex #New Releases #Release Readiness@* Release Readiness Trailblazers *

2 comments
0/9000

オンラインコミュニティバナー (1).png

\ 📢 #Summer24 動画・資料公開中/

 

特設ページで、Sales Cloud、Service Cloud、Experience Cloud、Platformについて

おすすめの機能をピックアップし、デモンストレーションも交えてわかりやすく紹介しています。

>>動画を見る

 

👌資料をお手元で確認しながら視聴可能!

👌プレイリストに分かれているからスキマ時間でも見られて便利!

 

リリース全体について気になる方は、【お役立ち情報】から

日本語版リリースノートを確認できるほか、

リリースの概要をまとめたPDF(ROD)のダウンロードも可能です。

 

ぜひご活用ください!

 詳しくは↓↓↓

Summer '24特設ページはこちら

 

@* Success - Salesforceユーザグループ - 日本 *

@SFUG - 新機能Trailblazers分科会

@* 製品アップデート情報 日本 *

0/9000

[▶️]🔴🔥🎬 How to Only Update Salesforce Records Using External IDs in REST API

 

Before Summer 24 Release i.e. before API version 61, when you use the HTTP Patch call to do some update on record, Salesforce performs the upsert operation i.e. if the record found with matching external id, api call is going to update the matching record, but if there is no matching record with the external id, then api call is going to create the new record with the details provided in the HTTP call request body. So it is basically an upsert operation.

 

But after Summer 24 release i.e. API version 61, Salesforce is introducing a parameter which you can pass in the API call to make sure it will only do the update to the existing record and if the existing record not found, it is not going to create a new record. The process will stop there.

 

So in this blog post and youtube video, I am going to explain this powerful enhancement. Please provide your feedback what do you think about this new powerful feature.

 

🎬 https://youtu.be/5ci3QmD8F2Y

📒 https://sudipta-deb.in/2024/07/how-to-only-update-salesforce-records-using-external-ids-in-rest-api.html

 

Update_Records_Using_External_ID.jpg

@The Blog Group @* Release Readiness Trailblazers *

 

#Summer24  #Summer24Feedback  #API  #RestAPI

0/9000

Since the summer '24 update we are having issues with the dashboard graphs not sorting correctly.

We can update, save, and it will be correct. But as soon as we refresh, it reverts back.

Is any fix available, or is this just an issue with Summer '24?

 

Correct:Correct Sorting.png

Wrong:Wrong Sorting Wrong.png

 

#Reports & Dashboards  #Summer24  #Summer24Feedback

1 answer
0/9000

[▶️]🔴🔥🎬  Improved Salesforce Flow Address Component | How to use Google Map in Flow | Summer 24 Release

In this video, I will be covering the new enhancements from Flow Address Component:

🔥 Enable Google Map search within Flow Address Component

🔥 Make Flow Address Component mandatory.

🔥 Enable State and Country Picklist within Flow Address Component

In next couple of days, I will be publishing videos covering some of the important release features/enhancements from Summer 24 Release.

🎬 https://youtu.be/DCxNsUtUhOw

 

Imporved Flow Address Component.jpeg

#Summer24 #Flow #Screen Flow #New Releases #Release Updates Announcements

@The Blog Group @* Release Readiness Trailblazers *

6 comments
  1. Jun 13, 2024, 9:15 AM

    Hi everyone!

     

    I created few days ago a developer org to test this new search field feature but I cannot find either parameters in the address component. In release notes is specified that the new feature is available in developer orgs. Is there another step I am missing?

     

    Thank you in advance.

     

    Kind regards,

    Antonis

0/9000

📣📡 How To Switch To Lightning Threading

Email threading in Salesforce refers to the process of automatically grouping related emails together in the context of a specific record, typically a case. This way, you can see the entire conversation history between a customer and your support team in one place.

Salesforce offers a few different methods for achieving email threading:

📌 Lightning Threading (available since Spring ’23): This is the newest approach and relies on secure tokens embedded in outgoing emails. When a customer replies to an email with a token, Salesforce can match it back to the relevant case.

📌 Email Header-Based Threading: This method looks for a specific email header field (Message-ID) in the “In-Reply-To” and “References” fields to link replies to the original email.

📌 Ref ID-Based Threading (mostly replaced by Lightning Threading): In this older method, a reference ID was included in the email subject line to associate replies with a particular case.

Lightning threading is generally considered the most secure and reliable option, as it avoids potential issues with customers modifying the subject line and removing the Ref ID.

📒 https://sudipta-deb.in/2024/06/how-to-switch-to-lightning-threading.html

 

@The Blog Group @* Release Readiness Trailblazers *

 

#Email-to-case #Summer24Switch to Lightning Threading.jpeg

0/9000

The Summer '24 Release Overview Deck is now available!  If you haven't seen this asset before, it's a visual companion to the release notes and walks you through many of the major enhancements in Summer '24. You can slice and dice it as you wish to learn more and share with others. #Release Readiness #Summer24

 

Google slide version     |      PDF version

16 comments
0/9000

オンラインコミュニティバナー.png\ 📢 #Summer24 特設ページ公開!/

 

Summer ‘24リリースに関する情報はこのページでチェック✅

サクセスナビに便利なまとめページがオープンしました!

ぜひブックマークしてご利用ください。

 

🚩現在公開中の情報

★日本語版リリースノート

★事前に特に知ってほしい情報をピックアップ~リリースノート斜め読み

and more・・

 詳しくは↓↓↓

Summer '24特設ページはこちら

 

各製品の新機能については、7月にこちらのページでオンデマンド動画でご紹介予定です。

今後のページ更新もお楽しみに。

 

@* Success - Salesforceユーザグループ - 日本 *

@SFUG - 新機能Trailblazers分科会

@* 製品アップデート情報 日本 *

0/9000

Salesforce Summer '24 documentation review request

 

Hello, I am the technical writer for Salesforce Feedback Management. 

The Summer '24 documentation is now available on the unauthenticated Help portal. The docs have been reviewed by PMs and tested in test orgs. The last step in the process for this release is to get the content reviewed by external stakeholders. 

Please review the Feedback Management release notes and help updates by Friday, 31 May 2024. While reviewing, please look for things like:

  • What's working well? What should we keep doing?
  • Anything missing?
  • What should we do differently?

Details:

This form lists all release notes and help topics for review. Please enter your feedback in the form. 

 

Make sure you're viewing the unauthenticated help portal. If in doubt, use an Incognito window.

Please reach out over Slack with any questions.

 

#Release Notes  #Summer24  #Documentation

 

cc @Sujit Suseel

0/9000

Hello everyone .....  Thanks for your patience! Here is the Summer '24 Release Feature Matrix

 

For anyone new to this release matrix, this is a tool some of our customers have used for several years to conduct an initial review, decide how to incorporate new features into their roadmap and assign features to team members for further review and discussion. You can sort/filter by Product, Cloud, etc. but more importantly you can filter by availability to users, admins/developers and those handful of features (especially pilot programs) that require you to contact Salesforce to activate.

 

A few caveats to be aware of:

  • Please understand this document may contain errors and/or omissions. Always rely on the official Release Notes as your final reference. This matrix is based on the Preview Release Notes as of May 3, 2024.  
  • Keep an eye on the Release Notes changelog for updates. As always, please base any purchasing decisions on currently available functionality.

@Joey Ulep  @Daniela Galmes 

 

#Summer24  #Release Readiness  #Release Matrix Post

3 comments
0/9000