You need to sign in to do that
Don't have an account?
Hi, Lookup is not working in salesforce1
Hi Guys,
Lookup is not working fine in salesfeorce1 but working fine in Salesforce.
Here is the code::
<apex:selectList value="{!selectedUser}" size="1" id="UsrSelLst">
<apex:selectOptions value="{!SelectedUserList}" id="UsrSelOpt" />
</apex:selectList>
Lookup is open in new windows but after selection of user nothing happen.
Lookup is not working fine in salesfeorce1 but working fine in Salesforce.
Here is the code::
<apex:selectList value="{!selectedUser}" size="1" id="UsrSelLst">
<apex:selectOptions value="{!SelectedUserList}" id="UsrSelOpt" />
</apex:selectList>
Lookup is open in new windows but after selection of user nothing happen.
Its perfectly working in Salesforce , my doubt on using of <apex:selectlist> I think its not supported by salesforce 1.
How can I handle this.Please dont bother about the controller.
If u have any Idea please help me.
Here is the full Code:::::