Skip to content

Instantly share code, notes, and snippets.

@DataSolveProblems
Created September 12, 2019 16:05
Show Gist options
  • Save DataSolveProblems/2caa9271a21f6f7c9b24461aea300341 to your computer and use it in GitHub Desktop.
Save DataSolveProblems/2caa9271a21f6f7c9b24461aea300341 to your computer and use it in GitHub Desktop.
<apex:page standardController="Opportunity">
<apex:pageBlock title="Opportunity Page">
<apex:pageBlockSection>
<apex:outputField value="{! Opportunity.Name}"/>
<apex:outputField value="{! Opportunity.Amount}"/>
<apex:outputField value="{! Opportunity.CloseDate}"/>
<apex:outputField value="{! Opportunity.Account.Name}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:page>
@A152257
Copy link

A152257 commented Nov 18, 2020

#Salute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment