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
maheshkovvadamaheshkovvada 

Apex and visualforce

hi I am mahesh.. i am new to salesforce

                             how to develop recruiting application using Apex and visualforce pages..i Am getting only for standard objects like :Account I want to implement for position,candidate,job app objects.

RoyGiladRoyGilad

Salesforce released a workbook - how to create a sample HR module in Salesforce a few years back, it teaches how to implement in SF by building the module.

 

I could not find the original workbook in Salesforce.com docs but below read it as an ebook:

http://issuu.com/mactucket/docs/salesforce_creating_on_demand_apps

 

Did this answer your question? If not, let me know , or if so, please mark it solved.

maheshkovvadamaheshkovvada

u r giivng me fundamental book. i have this,i  want to implement apex classes for recruiting application ..in that recruting application how to implement Apex classes & pages for positon,job application,candidate tabs..

Devendra@SFDCDevendra@SFDC

Hi,

 

You can refere below PDF's to develop VF pages and Apex classes,

 

http://www.salesforce.com/us/developer/docs/pages/salesforce_pages_developers_guide.pdf

 

http://www.salesforce.com/us/developer/docs/apexcode/salesforce_apex_language_reference.pdf

 

Most of the pages and classes are using standard objects such as Account, Contact etc. But You will have to replace standard objects with your custom objects and code accordingly.

 

Hope this helps :)

 

Thanks,

Devendra