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
mukesh guptamukesh gupta 

case and solution

Hi Expert,

I need to get the related solution for particular cases by SOQL. 

Can you please write the query to fatch the solution of a particular case.

Thanks
Mukesh
Best Answer chosen by mukesh gupta
Jasper WallJasper Wall
Hi Mukesh,

try like this,
 
SELECT Id, CaseId, SolutionId, CreatedById, CreatedDate, SystemModstamp, IsDeleted FROM CaseSolution

Mark it as the best answer if it helps,

Thanks,
Balayesu