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
ahboahbo 

Access Child Object in Parent Object Visualforce Page

Hi ALL...

 

I can use a child object to access the records in the parent object..

 

 

However, I would like to know how i can access child object's records with a visualforce page

which used the parent object as the standard controller ?

 

 

 

How I should define the field or write the code.

 

 

Much thanks again...

 

ahboahbo

Additional Information

 

Child Object : Quote Details

 

--> with a field call quote number which refer to parent object (master-detail relationship)

--> another field refer to standard object : product.

 

 

Parent Object : Quotation

 

-> one quotation may have many quote details.. 

 

 

I have a visualforce page in Quotation that needs access to Quote Details as well as Product records.