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
javed786javed786 

how to open hyperlink in new pop up window using formula field?

Hi all,
how to open hyperlink in new pop up window using formula field.
 
v varaprasadv varaprasad
Hi Javed,

Please check sample Hyperlink  below : 

HYPERLINK("javascript:window.open('https://ORG.my.salesforce.com/a4fj0000000GrwY', '_blank','toolbar=no,width=450,height=500');", Name)  

Hope this helps you!
If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others.

Thanks
Varaprasad
@For  Support: varaprasad4sfdc@gmail.com
Blog : http://salesforceprasad.blogspot.com/

 
v varaprasadv varaprasad
For your refernce check below URLs:



https://communities.bmc.com/thread/156204?start=0&tstart=0
https://salesforce.stackexchange.com/questions/84496/hyperlink-formula-field-to-open-in-the-same-page



Hope this helps you!
If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others.

Thanks
Varaprasad
@For  Support: varaprasad4sfdc@gmail.com
Blog : http://salesforceprasad.blogspot.com/