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
BobPBobP 

visualforce using fields from account but displays as blank

I am creating a visualforce pdf document and  I am using the Account standard object. There are three record types Site, Customer and Vendor.

This text field is on the Site account records with account record type of Site.  This field I have on my VF page is Account.Service_Agreement_Verbiage__c. When i go to test this field no information is displayed even though the text field does have text entered into it

Is this because of the record type? It seems like it should be straight forward. Any help would be greatly appreciated. 
Ashima nidhiAshima nidhi
Can you please check read access of that field with the profile you are using. Also using the same user login do try to query the field using SOQL.

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.