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
WEN JIEWEN JIE 

Question about Field Sets function.

Hi,

 

Please have a look with my scenario:

I have an object which has 4 fields. I put these in the filed set as available. Now I want to give access to customer to move it, show it or hide it and manage it on VF page.

 

Can I achieve this by Field Sets function?

 

Thank you!

Best Answer chosen by Admin (Salesforce Developers) 
bob_buzzardbob_buzzard

You'd need to give the customer access to the Visualforce markup or write some kind of metadata layer that allows the user to configure the layout of the VF page.

All Answers

bob_buzzardbob_buzzard

You'd need to give the customer access to the Visualforce markup or write some kind of metadata layer that allows the user to configure the layout of the VF page.

This was selected as the best answer
WEN JIEWEN JIE

Hi bob_buzzard,

 

So I can't achieve this goal only by Field Sets?  I still need to write some code on VF page.

And what's the Visualforce markup? The apex tag?

 

 

Thank you!

bob_buzzardbob_buzzard

Its not just a case of a single tag.  If you don't want to allow the customers to author visualforce markup, you'll need to build a framework that allows them to maintain it.  I'd expect it to be quite a large undertaking.