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
Anand@SAASAnand@SAAS 

Lookup does'nt show "Partner User"

I have a simple VF page below:

 

<apex:page standardController="Lead"> 
<apex:form > 
<apex:inputField value="{!Lead.OwnerId}"/> 
</apex:form> 
</apex:page> 

 I don't see "Partner User" as a option the drop down. My Org has PRM enabled and I see that option in the standard "Change Owner" page. Any ideas?