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
Preeti Khanna 10Preeti Khanna 10 

I want to create a visualforce page to display last quote created for child account for a particular parent

I want to create a visualforce page for the below requirement-
Suppose I have a parent account Account A and its child accounts are AccountA11,Account A22,Account A23,Account A24.
Supoose I have created quote for child A11 and Child A22.then I want to display the quoteno. of the last quote created for parent Account A.
i.e. if last created quote for parent account A was for child A11 and quote number was Quote1 then on visualfroce page system should display as
Quote1 -Account A11.
Also I need to display the list of all the previous quotes as well for parent account A of all the child accounts.

I am new to salesforce and I have tried the same but I am not getting any solution.