function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
EldonEldon 

return 2 sobjects from apex to JS controller

What is the best way to return two sobject lists from a single apex method?
Ravi Dutt SharmaRavi Dutt Sharma
Hey Eldon,
Return a map - Map<String, List<sObject>>