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
DJ Rock your own styleDJ Rock your own style 

Custom Mobile links

Hi all,

 

I have created a custom mobile link in a formula field in contact object. This link should redirect to a visual force page when clicked. It is working fine with blackberry but doesnt redirect to the visualforce page in iphone everytime. The link is used in the formula field as shown below:

 

"visualforce:///apex/Contactpage?id=" &Id

 

Please help me out.

 

Thanks,

Dave.