You need to sign in to do that
Don't have an account?
naveen rahul
how to create custom object Create record form(not default one)
created a custom object called bank,how do i create an controller and vfp for creating a new record for bank object. all ready i have list,edit,delete functions in the controller.
*new to salesforce.
For creating Vf page
Go to setup -> develop - > page
then New and write name of that vf page and click to Save.
After that click on Privew button.
i have created vf page for my Book__C object and only for two field.
You have to read and practice of this workbook of visualforce .
http://www.salesforce.com/us/developer/docs/workbook_vf/
As you are new to sfdc I would highly recommend you should should check out following links:-
https://developer.salesforce.com/page/An_Introduction_to_Visualforce
https://developer.salesforce.com/page/An_Introduction_to_Apex
it would be great if someone post the controller,i got them working acutally
thanks
D Naveen