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
ChinnoduChinnodu 

I want display readonly field custom field on visualforcepage?

Hi All,
Actally i have one custom field<Account_name__c > on custom object (Jibber__c).This field Account_name__c is master detail relationship having on Account.object.

Now i want dispaly readonly with value on visualforcepage. 

Kindly help me..Please see the below my screen shot 
User-added image

Thanks,
Chinni
Pradhyumn BansalPradhyumn Bansal
Hi Chinni,
I think you use <apex:inputfield> for account.
But you use <Apex:outputText/> then may be your problem is solved.