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
RamyaKrishnaRamyaKrishna 

Reg: Working on Wrapper Class

Hi,

I have an object  "DynamicData__c" with fields Fieldname__c & ObjectName__c.

In Fieldname__c & ObjectName__c i am entering field api name and object api name. Like this i created records for DynamicData__c. 

Now, I need to construct a new VF page Dynamically.

In this process i should use wrapper class to return both objectname list and fieldname list to <apex:inputField> tag.

By the returned values i need to place the input fields of an object on VF page.

 i  will use <apex:inputField value="{objectlist.fieldlist}"/> in repeater.

 

If u have sample please send, its important for me.

Regards:

Ramya