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
Satish PrajapatSatish Prajapat 

How to rerender dynamic multiple list

Hello All,
I have a list of Column Name. {f1, f2, f3 ,f4.......fn}
When I display the list then in front of every field value there are two picklist (List Of Object  &  List of fields of Selected Object)
///VF Page
f1          List Of Object         List of fields of selected Object
f2          List Of Object         List of fields of selected Object
f3          List Of Object         List of fields of selected Object
f4          List Of Object         List of fields of selected Object
.
.
.
fn          List Of Object         List of fields of selected Object

I want to implement that logic how can I do this.
I want Map<String,  Sobject>
where Key = 'ColumnName-SelectFieldName_from_picklist'    & Value = 'Select Object from Picklist'
example: key = 'f1 - LastName'      &     Value = 'Object'
How to update individual list of fields and getting Map.??
 
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Satish,

May I suggest you please refer the below link for reference. Hope it will be helpful.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar