-
How to limit section visibility based on profile in visualforce page?
Hello, I’ve developed a visualforce page which will be accessed by users of different profiles who can input and edit data as per their responsibilties. If there are five sections with different fields in each of them, I want certain profiles to have access only to certain sections of the visualforce page. Say, there are three profiles A,B and C. I want A and B to have access only to first three sections of the page. User with profile C shall have access to the entire page. Is there any way that I can hide the section of a vf page based on the user profile?
Log In to reply.