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
Harish GSHarish GS 

HOW TO CREATE CUSTOME WEB APPLICATION IN SALESFORCE

HI I want to create the custome application which capictures some student information through web pages..
and after saving all information must be saved in my salesforce database and i see the total information of student in my salesforce object of student...
Can u guide me how to achive this task....
bob_buzzardbob_buzzard
When you say web application, do you mean an online app or a public web site? If its just online you should be able to use the clicks not code approach for this.  Given that you are asking how to do the basics, I'd start with the Force.com workbook which covers most if not all of this functionality:

https://developer.salesforce.com/docs/atlas.en-us.workbook.meta/workbook/
Harish GSHarish GS
Tnx for Feedback....Bob_Buzzard
 
where i want to create one online web page where student name and some fileds  capture and save  into salesforce student object....
nitesh gadkarinitesh gadkari
You can make use Web to Case  feature of salesforce.Relabel Case as Student from customize> in your org .Web to case generates HTML code which you can use in your Web page.
Study web to case feature of salesforce

give kudos if this helps.

Regards
Nitesh
Avidev9Avidev9
Well looks like a fit for Web to Lead but if you are planning to create a site around it you can check Force.com sites.
Here is an example on how to capture lead info from a VF page hosted in Force.com site http://developer.force.com/cookbook/recipe/creating-a-web-to-lead-form-for-your-force-com-site . You can modify the code and make it work with your custom object if you want