Salesforce Blogs

Engineering Anurag Sharma Engineering Anurag Sharma

Lumi: Human AI voice Assistant

Lumi AI voice assistant. An Agentic AI chatbot that doesn’t just respond but truly understands, engages, and solves problems in real time. Say hello to Lumi, the AI voice assistant that doesn’t just talk, she understands  your intentions — what you want and takes action.

Read More
Engineering Abhinav Gupta Engineering Abhinav Gupta

Working with Aggregate SOQL queries/results in Batch Apex!

What if you want to create a Batch Apex Job that uses SOQL having aggregate functions like SUM, MAX, and COUNT on top of results grouped by the “GROUP BY” clause? You can’t easily create a Batch job via QueryLocator, as shown below. When working with Batch Apex in Salesforce, you might encounter a scenario where you need to run SOQL queries with aggregate functions like SUM, MAX, or COUNT while grouping results using the GROUP BY clause.

Read More