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
Shilpa Goyal 9Shilpa Goyal 9 

Iterate Parent, child and grandchild records

Hello Everyone, 

I am trying to fetch data from parent,child and grandcild object.
my objects are:
SM- Parent
RES-Child
RESDETAILS-Grandchild

i have a picklist on my parent object name as "JOB" ,i have many roles related to that job and those roles are in child object and when we select job from parent then i have fetch all the records related to that job from child and grandchild and print that on one vf page.
please help me with that really appreciate.
i am new in SF.
 
PriyaPriya (Salesforce Developers) 

Hey Shilpa,

Have you made any attempt for this requirement. Kindly Provide the attempted code.

Thanks & Regards,

Priya Ranjan

Shilpa Goyal 9Shilpa Goyal 9
Hi priya,
It's in progess now, thanks for responding.

but i have a question if you can help me in that,
i have one vf page with star rating and when i rate myself then overall rating calculation done automatically. but i want to print those selected stars and overall rating stars in pdf which is my second vf page. so in short i have to fetch those stars from one page to another page which is renderAs pdf.

Please help if you know any workaround.

thanks
Shilpa