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
gengen 

opening visualforce page

Hi,

I have created one VF page on cusotm object Employee, and it would be open with no of attachments, when we we check the checkbox, the selected check box items will be make as zip and added to Employee notes&Attachments. for this i have written one controller. Now When i want to open the VF page i m going to browser and using https://c.ap1.visual.force.com/apex/sayhello to open the VF page.

 

Now i need help is there any other way to open the VFPage with out going to Browser and using the link?

 

Thanks in Advance.....

Sonam_SFDCSonam_SFDC

Gen,

 

If you are on the detail page of the record, you can create a custom button or link to open the Visualforce page

https://help.salesforce.com/HTViewHelpDoc?id=defining_custom_links.htm&language=en_US

 

 

gengen

Thanks for reply...

I will try that one,

I need one solution is there any possibility that if one particular controller(eg:employee) is called then VFPage to be hit.