Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Visualforce Development Cookbook

You're reading from  Visualforce Development Cookbook

Product type Book
Published in Sep 2013
Publisher Packt
ISBN-13 9781782170808
Pages 334 pages
Edition 1st Edition
Languages
Author (1):
Keir Bowden Keir Bowden
Profile icon Keir Bowden

Table of Contents (16) Chapters

Visualforce Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. General Utilities 2. Custom Components 3. Capturing Data Using Forms 4. Managing Records 5. Managing Multiple Records 6. Visualforce Charts 7. JavaScript 8. Force.com Sites 9. jQuery Mobile Index

Using field sets


A field set defines a group of sObject fields. A Visualforce page can iterate the fields contained in the set and access the values and other information, such as label or type, through the merge syntax. This decouples maintenance of the page from the skill set required to author Visualforce pages, and allows administrators to add or remove fields through point and click.

In this recipe we will create two field sets for the contact sObject: one to display the address information and another to display information about the contact. We will then create a Visualforce page that uses these field sets to render input components inside a page block section, which allow a contact record to be created or edited.

Note

Field sets are in beta as of the Summer 13 release of Salesforce; this means that the functionality is of production quality but contains known limitations.

Getting ready

This recipe relies on two field sets, which must be created before the Visualforce page can be created...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}