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
DJP1SDJP1S 

Visual force field not displaying for users?

I've got a visualforce page that works with a custom controller. This inputField works as intended for me (an admin). It looks like this:

 

 

To my users, it looks like this:

 

Best Answer chosen by Admin (Salesforce Developers) 
DJP1SDJP1S

Yes, they can see and manipulate this field. I changed it from an inputField to an inputText and made changes to the controller code to simply handle a string. That made it visible and retains functionality.

All Answers

sekharasekhara

Hi,

 

Can u check field level security for them. I mean for other profiles.

 


Let me know if you are facing issues.

DJP1SDJP1S

Yes, they can see and manipulate this field. I changed it from an inputField to an inputText and made changes to the controller code to simply handle a string. That made it visible and retains functionality.

This was selected as the best answer
sekharasekhara

Is your pronlem resolved ?

 

If so please mark it as accepted. So that it may help to other.