You need to sign in to do that
Don't have an account?
Steve 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,
Do you know if this can be done? Is it possible to abstract the property declarations and the assignment of values to properties?
Thanks,
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