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
sumit pawarsumit pawar 

How to achieve vf page with wrapper class?

i want to develop page as like,

checkbox stage name  1     checkbox  field1   checkbox  field1
checkbox stage name  2     checkbox  field1   checkbox  field2
checkbox stage name  3     checkbox  field1   checkbox  field3
checkbox stage name  4     checkbox  field1   checkbox  field4  and so on....


above is the brief gui of page i am going to add 7 fields with checkboxes.
from oppportunity object i am selecting stages and from B object i am selecting fields...

and then after i will select any stage and i will check any checkboxes of fields.
and after that i will click on SAve button then record will get created in C object
as e.g 
if i select stage name 3  and fields 2,3,6 then 3 different record should get created...
stage name 3  field 2
stage name 3  field 3
stage name 3  field 6


Please suggest on this...