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
pierrefrazny.ax358pierrefrazny.ax358 

Issue with formula in related list hover

I have created a formula field with the following code:

HYPERLINK(Id,"View" ,"_self")

It basically displays a link and when the user clicks on the link it goes to the record. I have this field displayed on a related list. This works great in the standard related list but not when hovering on the related list links at the top of the records. 

 

Any idea?

 

Thanks

SurekaSureka

Hi,

 

Since you are using "Self" in the hyperlink, it is not coming properly. Try with "_blank"(this will open the case in the new page).

 

Hope this helps.

 

Thanks

pierrefrazny.ax358pierrefrazny.ax358

Thanks it does work with "_Blank".

Is there a reason why we cannot make it so that it opens it the same window?

Thanks

Pierre

SurekaSureka

Hi,

 

In "_self", case details does open, but in the same page. But we can't control the Side bar and Header of the appearing case page.

 

Thanks