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
Jessie Rymph 3Jessie Rymph 3 

Pass ParentID into VisualForce Page in a grid.

Visualforce creates new records in a grid (below) that are child objects of quote. I'd like to use a custom button to create a new record from the quote and have the Quote populated on each child record. This could be passed through the button or maybe set in visualforce? 

I copied the functionality from here: https://developer.salesforce.com/forums/?id=906F0000000963NIAQ 
I'm just learning apex, so detailed help would be appreciated.
My code is here:
https://github.com/forcethesales/2016/blob/master/Add%20Engineering%20Apex%20Class
https://github.com/forcethesales/2016/blob/master/Add%20Engineering%20Visualforce

User-added image