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
Steve BerleySteve Berley 

abstract property declarations and value assignments

I often abstract my code so the fields I need in code are stored in an object or map that's treated as configuration.   I was thinking about doing the same when I populate a VF page.

Do you know if this can be done?  Is it possible to abstract the property declarations and the assignment of values to properties?

Thanks,
PriyaPriya (Salesforce Developers) 

Hi Steve,

This is really hard to follow. Can you please elaborate your requirement.

I am not sure but If you want to use same set of feilds in multiple vf page you can use field set here.

This is what you are looking for ?

Regards,

Priya Ranjan