You need to sign in to do that
Don't have an account?
Chinnodu
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
Thanks,
Chinni
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
Thanks,
Chinni
I think you use <apex:inputfield> for account.
But you use <Apex:outputText/> then may be your problem is solved.