function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anurag PareekAnurag Pareek 

display record type in visualforce page

Hi All,
          i have made an object Commercial with a record type-Buy,Sell Rent In and Rent out .If the user select buy then then  details regarding buying a property will be shown on VF page in which  there are two dependent  picklist  named as property type and property sub Type . on the VF page Field dependency is not showing.Help me out guys for shwing record type and field dependencies. 
James LoghryJames Loghry
I've never had good luck getting the field dependencies worked out with Visualforce.  It has a difficult time of rendering dependent picklists, for one.  Why couldn't you use a regular page layout and utilize the standard functionality it gives yu there?  Otherwise, the best bet is to probably write your own dependendent fields and functionality in Visualforce.