Salesforce Platform Mobile Services allow you to develop and deploy mobile enterprise apps on the most trusted cloud platform.
2
votes
1answer
27 views
Salesforce.com mobile simulators
I am planning to check out Salesforce.com mobile for the different mobile platforms. I would like to know if I can make use of the simulators for the respective platforms.
Please let me know if you ...
2
votes
1answer
33 views
Sites Data Licenses and High Volume Portal Licenses
I'm working with an Architect who has a client with High Volume Licenses that wants to develop a new site for use by contract employees to submit forms related to Opportunity and also view Calendar ...
0
votes
1answer
37 views
chatter publisher actions in touch
Are there plans to add the global or object-specific publisher actions in Touch or Chatter Mobile apps?
For example, if I get my desktop users used to creating records via chatter, are they going ...
2
votes
3answers
32 views
complex visualforce pages for mobile sales users
I have a visualforce page that my users get to from a custom button. Got asked, "Can you make this mobile?"
So far, we have not mobile-customized any of the "internal" sales pages because touch ...
2
votes
3answers
87 views
Choosing Appcelerator for Force.com App
I am planning to develop a mobile app using Appcelerator and force.com platform. I am new to Appcelerator platform and my top fear is stablity of Appcelerator connector, because of following reasons
...
3
votes
1answer
90 views
The Requested Scope is not Allowed
Building a Cordova hybrid app with the Salesforce 1.5 sdk (iOS)
I've just cloned the SalesforceMobileSDK (ios) repo, ran the ./install.sh script and opened x-code and selected a new salesforce ...
0
votes
0answers
22 views
Salesforce Touch app redirecting
I am developing a salesforce touch app based on the VFConnector sample project. As we know, for that project, we are directed to a VF page after we login. Now, I need to come back to the Eclipse side ...
0
votes
1answer
29 views
Mobile lite version on my android device
Can some one provide the steps for the configuration of the mobile lite for the android application after installation of the sales force mobile lite.
I have created the data set but still i cannot ...
3
votes
2answers
275 views
New Visualforce Tab- Available in Touch?
I'm trying to show a Visualforce Tab on the Salesforce Touch app for the iPad but havent been able to. I've enabled all the settings in the Salesforce Touch options in the setup menu plus made sure ...
1
vote
1answer
114 views
Encountering issues while developing android hybrid mobile app
Hello thanks for looking into this query.My problem is i am stuck here.I followed all instruction to create a hybrid project using the android SDK from here .My problem is i am not able to refer ...
2
votes
3answers
183 views
swipe from jquerymobile does not work in VisualForce?
I tried swipe from jquerymobile in HTML and Javascript, it is working fine. As below
<html>
<head>
<link rel="stylesheet" ...
0
votes
0answers
35 views
How to modify androidSDK to customize oauth process
For a salesforce touch mobile app. I need to modify the SDK to customize the oauth process. Because I need to call web services from two sites. One is salesforce, another is client's web service. So, ...
0
votes
2answers
80 views
Problem Installing the Mobile SDK for android
I am not able to install the Sales force mobile SDK from GIT hub, i tried to download the zip file and also run the install.vbs file, but it gives error as 'There was an error getting the status of ...
2
votes
3answers
302 views
Is there a way to get rid of Salesforce oAuth login page?
I am developing a salesforce mobile app. I want to create a customized login page to ask user to input username and password. I will use this username and password to call an external oauth service in ...
5
votes
4answers
226 views
Javascript remoting and apex date design pattern
I'd like a clever way to handle this in all my code from now on.
I have some existing methods that do date calculations in apex...some use the businessHours object and some don't. Many surface ...
2
votes
3answers
167 views
HTML vs Hybrid vs Native app
Which is the better approach for my use case - HTML, Hybrid, or Native app?
I need to build a touch app for android based mini tablets that will be used by waiters as a portable terminal to take ...
5
votes
2answers
121 views
Find out if a given string is Salesforce Id in Java
Is there a way(regex or something) to find out if a given string is a Salesforce Id or not? I'm looking for some helper class in Java.
2
votes
1answer
112 views
Salesforce base URL in android REST client
I'm building an android application which makes REST callouts to Salesforce. I'm using standard Salesforce REST client, however I need to show a webview in android(Visualforce Page).
How do I hit ...
3
votes
2answers
109 views
URLScheme for Salesforce Mobile (iOS)
We have an iOS app and I'd like to link to a Salesforce record in the Salesforce Mobile app rather than sending the user to Safari.
Does the Salesforce Mobile app have a URLScheme so that 1) we can ...
3
votes
1answer
193 views
Authentication approach with Salesforce in Mobile App
Here is my case study:
We are developing a mobile app.
The mobile app interacts with two salesforce orgs i.e.
Metadata org : Having all the customer metadata required by mobile app for each ...
1
vote
1answer
209 views
Can't run android hybrid app after updating to Mobile SDK 1.4.1
After updating my android project from Mobile SDK 1.3 to 1.4.1, it stoped working.
I get the following error:
dalvikvm - JNI ERROR (app bug): attempt to use stale local reference 0x1
dalvikvm ...
2
votes
1answer
82 views
SmartStore FMDatabase is not open
I'm developing an iOS hybrid app using Salesforce Mobile SDK. I'm using SmartStore to save sObject information. Although I'm facing some problems.
The first time I open the app and log in I receive ...
2
votes
1answer
219 views
Visualforce + jQuery Mobile Images as Static Resource
I've uploaded the entire jQuery Mobile library, including the images the framework uses, as a single static resource on salesforce.
How can the JQM framework now refer to its images given their URL ...
0
votes
1answer
134 views
Mobile SDK retrieve deleted records
I am using Salesforce Android SDK version 1.3.1.
I am trying to query all Contacts (deleted as well).
But no matter what I do, I don't seem to be able to retrieve the deleted records, meaning those ...
2
votes
2answers
80 views
Issue in VF page with embedded pdf in mobile browsers
I have a problem with rendering pdf documents using tag in VF page in mobile browsers.
Please, look, this is code of VF page:
<apex:page id="thePage" controller="myctrl" action="{!doAction}" ...
1
vote
1answer
58 views
ant : Parameter -command is specified already
I am working on Salesforce Touch; I am new with this platform. I am referring to the Salesforce Touch guide. I am trying to create a native Android project, using this command
ant create_native ...
1
vote
1answer
135 views
Xcode: From a Hybrid Force.com App Template based project, how do a set a breakpoint in code that resides in the SalesforceHybridSDK project?
Full disclosure: I'm an Xcode newbie, so I apologize in advance for the relative denseness of this question.
I'm trying to set a breakpoint in SalesforceOAuthPlugin.m from my Hybrid Force.com App ...
0
votes
1answer
356 views
The term 'ant' is not recognized as the name of a cmdlet, function, script file , or operable program
I am working on Salesforce Touch; I am new with this platform.
I am referring to the Salesforce Touch guide. I am trying to create a native Android project, using this command
ant create_native ...
0
votes
0answers
297 views
Make sure the 'git' executable is on your PATH variable
Hi am working on salesforce touch. I am trying to Install the Mobile SDK for Android but while doing it in the
step 3. their is 'Open a command prompt in the directory where you installed the cloned ...
1
vote
1answer
48 views
salesforce mobile app with unlimited edition
So I tried logging into an unlimited edition instance with the Salesforce Mobile app and according to this: http://www.salesforce.com/mobile/apps/salesforcemobile/comparison/ I should be able to ...
3
votes
1answer
159 views
Upgrade PhoneGap/Cordova version in the SalesforceMobileSDK-iOS
Currently the SalesforceMobileSDK for iOS (https://github.com/forcedotcom/SalesforceMobileSDK-iOS) comes with Cordova 1.8.1. Current version of Cordova is 2.1.0.
Now I'm facing a desperate need for a ...
3
votes
2answers
502 views
Does Salesforce Touch support an offline mode or if not are there plans for it to do so?
I have a question about the Salesforce Touch, I know that is not yet released but the video described in www.salesforce.com/touch/ site it says that we can work offline, I was very happy for this ...
7
votes
2answers
266 views
Do Chatter Desktop & Chatter Mobile Apps Use the Chatter Connect API?
I may be firing in the dark but I want to know some insights into how the Chatter Desktop and Chatter mobile apps (such as iOS & Android) work. Do these tools use Chatter Connect API? I ask this ...
6
votes
1answer
348 views
Using a cloudforce.com login page for OAuth with a hybrid mobile app
Is it possible to use a cloudforce.com login page, e.g. https://example.cloudforce.com, to authenticate users with the PhoneGap OAuth plugin?
The plugin is called from javascript using:
...
5
votes
1answer
525 views
Federated Authentication for mobile CRM products
We have implemented Federated Authentication for SSO in an organization. But now we want to use SSO for the Salesforce mobile CRM app. According to this article, Federated Authentication does not ...
7
votes
2answers
546 views
Sites login method using javascript remoting
I'm looking for a way to access the site.login() method using javascript remoting for a mobile/html5 site.
The method returns a pageReference in theory, but I'm only getting back a null object.
...

