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
i need to display the selected picklist value in a text field.
here is the code
<apex:page standardController="Account"><apex:outputText value="{!account.type}"/></apex:page>
to learn more http://www.salesforce.com/us/developer/docs/pages/index.htm
here is the code
<apex:page standardController="Account">
<apex:outputText value="{!account.type}"/>
</apex:page>
to learn more http://www.salesforce.com/us/developer/docs/pages/index.htm