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
phani_mphani_m 

how to connect the vf page with controller code

haiii................

 

i created a POSITIONS vf page with the help of standard platform from object (position) having fieldswith api's names .

 

i had another vf page consisting of   pageblock buttons

                           1.post a job  <-------- by clicking on this i need to open the vf page which i have already     created(positions) vf page.

                           2.manage jobs

                           3.search jobs      

  i need to create any extension controller in apex class..... can any give the help or any other way to meet the criteria.

Sridhar BonagiriSridhar Bonagiri

Hi,

 

You need to add couple of lines of apex code to achieve this.

 

1. Post a Job --> for this action call the 'Postions' vf page.

2. Manage Job 

3. Search Job

Add an extension class and add the requied methods to acheive this functionality.

 

Please let me know if you need any help.

 

Regards,

Sridhar Bonagiri