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
Narendra Reddy 13Narendra Reddy 13 

How to implement visual force page in salesforce1?

Hi Every one,
I am new to Salesforce. I need to impliment visualforce page in Salesforce1.
My requirment is Under Account i have Order custom object related list. Here i  have "New Order" custom visualforce button. When i click on this button it will open Order form, here i need to insert order line items.These Order Line items getting from Product records (Custom Object).

Below Ex Order form:
User-added image

Can anybody suggest me how to implement visualforce to display in salesforce1.
Apoorv Saxena 4Apoorv Saxena 4

Hi Narendra,
 

First of all you need to make sure that the visualforce page you are expecting to see in Salesforce 1 is enable for Salesforce 1.
So for that Go to your visualfoce page , click Edit and tick the 'Available for Salesforce mobile apps and Lightning Pages'  checkbox and save your page.

Now from Account Record , go and edit the page layout of the Account and Select Visualforce Pages(Refer to image below):

User-added image

Then Select your Visualforce page and drag and drop wherever you want to place it on the page.

Hope this helps !

Thanks,
Apoorv

sfdcMonkey.comsfdcMonkey.com
hi Narendra Reddy
there are some usefull link as your requirement
https://intmist.wordpress.com/2014/02/16/salesforce1-look-and-feel-customise-visualforce-pages-for-salesforce1/
https://help.salesforce.com/apex/HTViewHelpDoc?id=customize_sf1_visualforce.htm
A Salesforce1 Bootstrap theme was recently released by developers from the Salesforce Foundation. It is a quick and easy way to align with Salesforce1 style guidelines while using a framework that is quite familiar.
http://developer.salesforce.org/bootstrap-sf1/index.html
https://www.lightningdesignsystem.com/platforms/visualforce/
i hop it helps you :)
Thanks