Advertisement
martyychang

SelectTransactionRecordType

Feb 5th, 2014
1,723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  1. <apex:page controller="TransactionSiteController">
  2.     <apex:form>
  3.         <apex:pageBlock>
  4.             <apex:pageBlockButtons location="bottom">
  5.                 <apex:commandButton value="Continue" action="{!editWithRecordType}"/>
  6.             </apex:pageBlockButtons>
  7.            
  8.             <apex:pageBlockSection collapsible="false" columns="1">
  9.                 <apex:inputField value="{!proxy.RecordTypeId}"/>
  10.             </apex:pageBlockSection>
  11.         </apex:pageBlock>
  12.     </apex:form>
  13. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement