Back to Spring '11 Force.com Platform Release
Spring '11 Force.com Platform Release
Visualforce Dynamic Binding
Create Visualforce pages with dynamic layouts
- Improve the user experience with the ease of changing field values
- Increase the productivity of your users
Visualforce Dynamic Binding lets you write generic Visualforce pages to display information about records without necessarily knowing which fields to show. By determining the fields to show at runtime rather than compile time, Visualforce Dynamic Bindings allows for the presentation of data specific to each subscriber with very little coding. Developers working with managed packages will find this feature especially useful.
For a comprehensive example, check out the blog post Using Field Sets in Spring '11.
Here's a look at using dynamic binding in practice:
