Salesforce have unveiled Salesforce 1, a new CRM platform to better connect with customers and to keep up with latest trends to reassure public that they are not falling behind. Seemingly there are lots of phenomena like Social, mobile applications, wearable devices, and cloud computing, so clearly business are looking for more tactical solution that meet the target implementations. Salesforce revamped the platform by consolidating all internet based technologies into one single service that companies can use to built out their offering and spend more time and focus on customer.
Salesforce 1, incorporates numerous API all into one platform with additional streaming API. Now most important things here to note is Salesforce is free for all user and even for developers free account. Clearly all the existing users will automatically be updated.
Go to setup on your developer instance and type in ‘Salesforce1’ in quick search box and type in Salesforce 1 to make sure you have enable Salesforce1 instance as shown here.
To get started, you need a sample application and this application is pre-created by Salesforce to give you a vague idea of how the application is designed and can be used. Jump here to steps shown in this document in the link below
* These are steps mentioned over on Salesforce 1 documentation:
You might be familiar with the Warehouse app if you’ve gone through the tutorials in the Force.comWorkbook. We took the Warehouse data from that guide and added a few extra things to it to help show you what Salesforce1 can do.
All right! The last step is to download the Salesforce1 app, then we’ll be ready to roll.
Pass on credential to login and select the warehouse application on the run and you will this confirmation message once you successfully install the application
Enough of Administration now lets jump back to development and create a quick visualforce page to see how this work. Salesforce had provided some sample code with required static resource that you have already installed in the platform
Now we’ll create a Visualforce page and make it available from the navigation menu.
This Visualforce page references these items:
* Note this visualforce page comes in the package you have just installed
Make sure you have Mobile enabled on Visualforce Pages properties
Open /apex//apex/FindNearbyWarehousesPage.
To take this application to your Salesforce 1 Mobile Application, create a new Visualforce Tab.
Now let us add this tab to Mobile Navigation Menu
And Since I am located in Austin, Texas so 2000 miles from here will bring California location in my Map, go to the FindNearby class and increase the radius
Thanks for your interest in building mobile applications using Salesforce1 platform. While you are at it check out our previous post on dealing with Large Data on Salesforce.