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.

#Cursor1 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

 

[▶️]🔴🔥🎬 Improve SOQL Performance By Using Apex CursorsApex Cursors are a new beta feature in Salesforce Summer ’24 release that allows you to work with large datasets retrieved using SOQL queries.

@The Blog Group

 

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

2 comments
0/9000

Is it possible to display a cursor in text fields on FSL Mobile?

4 comments
  1. Jan 17, 2018, 9:32 PM
    @Nathan BeckThanks for the comment. It made me curious enough to look deeper. The issue is UI Settings on FSL Mobile. If you switch to Dark Theme the cursor displays red on a black background. If Dark Theme is off, the cursor "disappears" on the red background. Thanks again!
0/9000