You need to sign in to do that
Don't have an account?
Nalinaku
How to add fields to VF pages without code change?
The scenario is there is already a VF page with apex code which is retrieving some set of fields. Now I need to add 10 more columns to both VF page and APEX code without modifying the code.
Kindly suggest how can I approach this.
Kindly suggest how can I approach this.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_dynamic_vf_field_sets.htm
Option 2: Use Custome Object / Custom Metadata /Custom Settings to get the fields
https://salesforce.stackexchange.com/questions/139977/does-dynamic-soql-support-bind-expressions
http://www.redpointcrm.com/add-pagination-using-dynamic-visualforce-components-and-soql-offset