Hi,
what are the steps to Display records On visualforce page By using Dynamics Query
query = 'Select ' + CorrespondingFields + ' from ' + AllObjectsList;
Here, object and fields of that object both are dynamic.
Please help me, how to display records in the table on the visualforce page.
Thank you
Nagesh Kumar