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
padmasree.force1.3940871124123252E12padmasree.force1.3940871124123252E12 

how to make field visibility in salesforce

I have created a few reports " History-Name" for my users. The user using the National Account  profile (Shilpa) does not have the same visibility when she runs this report, as I do. How can we make sure that all the fields that are visible to me when I run the report, are also visible to him?
NehalNehal (Salesforce Developers) 
Hi,

Field level visibility is assigned using profiles. You need to check the profile of this user, and ensure the profile has all necessary permission.

For your reference, please refer links below to guide you more on the field level visibility:
1.https://help.salesforce.com/HTViewHelpDoc?id=admin_fls.htm&language=en_US
2.http://help.salesforce.com/HTViewHelpDoc?id=customize_layoutoverview.htm&language=en_US
3.https://help.salesforce.com/htviewhelpdoc?id=customize_fieldaccess.htm&siteLang=en_US
4.http://salesforce.stackexchange.com/questions/12731/how-to-give-an-objects-all-fields-visibility-to-all-profiles

I hope this helps. Please mark this as a ""Best Answer"" if this has resolved your issue.