Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Can you please use <apex:outputField value="{!Opportunity.accountId} "/>
Api name for opportunity.account is accountId.
Regards
Sampath
<apex:page standardController="opportunity">
<apex:form><apex:outputfield value="{! opportunity.Account.Name}"/></apex:form>
</apex:page>