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
Ross BarrattRoss Barratt 

Adding a field set to a page layout

Hi All,

Have created a field set, no problems there.

I now want to use this field set on the default Acount page layout.  

I go to the page layout hoping the field set will be visible as one of the objects I can drag onto the form but it is nowhere to be seen. 

Any ideas?  Am using Group Edition and this may be the problem but there is nothing in the doco to suggest this would be a problem.

Thanks
Ross
 
Best Answer chosen by Ross Barratt
Cloud_forceCloud_force
I think you cannot do that. Field sets are generally used in visualforce pages. For page layouts you will have to add fields one by one manually by drag - drop.

thanks,
http://www.forcexplore.com/2014/08/visualforce-and-apex-tutorial-for-beginners.html
 

All Answers

Cloud_forceCloud_force
I think you cannot do that. Field sets are generally used in visualforce pages. For page layouts you will have to add fields one by one manually by drag - drop.

thanks,
http://www.forcexplore.com/2014/08/visualforce-and-apex-tutorial-for-beginners.html
 
This was selected as the best answer
Ross BarrattRoss Barratt
Thanks for the reply.  Very much appreciated.