You need to sign in to do that
Don't have an account?
Links on VF page
Hi,
I have created links from standard 'buttons and link' on the accounts object and i have placed in the page layout, now my customer wants few custom link in a different section so i am forced to create a new inline VF page, but i am not able to pull the links which i have created can any one post the code to pull the link into VF page. I do not want to create a URL field and pull the fields instead i want to use the fields created in "Buttons and Link" section
Hi,
If you have custom link on account and you want to inherit that custom link in the VF page ,it is not possible to inherit the custom link of object into VF page . You will have to manually create the same link using apex:commandLink .
For more on commandLink refer to the following link:-
http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_commandLink.htm
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
How do i make this link open in new page......