Skip to content

Instantly share code, notes, and snippets.

@nithesh1992
Created February 22, 2017 15:05
Show Gist options
  • Save nithesh1992/c73d15a369fa6ac7b6fd05aab0a7f03f to your computer and use it in GitHub Desktop.
Save nithesh1992/c73d15a369fa6ac7b6fd05aab0a7f03f to your computer and use it in GitHub Desktop.
<apex:page standardController="Lead">
<apex:pageBlock title="Lead Conversion Status!" id="LeadBlock">
<apex:pageBlockSection title="Lead Details">
<apex:outputField value="{!lead.ConvertedContactId}"/>
<apex:outputField value="{!lead.Status}"/>
<apex:outputField value="{!lead.ConvertedAccountId}"/>
<apex:outputField value="{!lead.Id}"/>
<apex:outputField value="{!lead.ConvertedOpportunityId}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment