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
Anil Bolisetty 2Anil Bolisetty 2 

Salesforce apex pattern to tarverse thriugh tree strcuture

I need to traverse through case which has child and so on , not sure about how many levels deep is there any better way rather than do with recursion so that i do not hit soql limits ?