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
BobsmithBobsmith 

Visualforce page as custom link

Created a new visualforce page from fore.com IDE and its saved to server. The project is deployed in server. But still don't see this page in the UI when I want to display through a custom link

Ankit AroraAnkit Arora

Can you pelase explain a bit more what you mean by custom link?

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

Shashikant SharmaShashikant Sharma

1) Please verify when you saved the page from IDE it got saved in server.

2I think you want to open this page using a detail link on any object , In that case when you select contnt type this page should come in the option picklist for the page.It will only come if it has standard Controller="YourObjectAPIName__c" in apex:page in VFP.

here YourObjectAPIName__c is the object name on which you are adding detail link.

Kirtesh_JainKirtesh_Jain

Hi ,

 

I think you are using custom button and Links tab to get the code for custom Link , right ?

 

content of custom Link will be in form of  ""/apex/YOURVFPAGE" right ?

 

Which type of error are you getting when you click on custom link, If it says VF page doesn't exist then your page doesn't get saved otherwise if it expecting some Id or other parammeter then you will be getting other error.

 

Thanks,

Kirtesh