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
Rana RoyRana Roy 

Visualforce Page for Edit Child Object Records

Hi Experts,

Please guide me to develop a VF Page.
I have two custom objects: Quote & Quote Line Items (In M-D with Quote)
Quote Line Item Object has 4 Fields: Quote, Quantity, Unit Price & Product (Look Up).

Quote Line Items are added under Quote Related List. I want to develop a VF Page, where I can edit the Quantity & Unit Price ONLY (on Multiple Quote Line Items at a time) from the related list of Quote.
Any help will be appreciated.
Thanks in advance.