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
Christwin DuraiChristwin Durai 

Custom Lookups in VF Pages in salesforce1 Mobile Apps

Hi,

I have a Custom lookup page that is called in a VF page. I tried using the following code but only the standard lookup opens in the mobile. But in the Browser I am getting the correct Custom Look up page.I have also enabled mobile access to the Page
<apex:form >
        <div>
            <apex:inputField value="{!Event.Event_Id__c}"/>
        </div>
    </apex:form>

Kindly Guide me.

Thanks and Regards,
Christwin
 
SonamSonam (Salesforce Developers) 
Did you try the same on the bowser version of Salesforce1 on the mobile:
na1.salesforce.com/one/one.app

Please check this there and let me know the behavior..in the mean time i will try to test this at my end.
Nishchith Hebbar 6Nishchith Hebbar 6
Did anybody find a solution to this?
Mohammad AnisMohammad Anis
Can anyone confirm wether the custom lookup in aura components works in Salesforce1 or not?