Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Salesforce by (13.1k points)
edited by
I have created a formula field to show the link to a record. It gives no error when I am trying it over different record, but whenever I go for the same link which is present on a dashboard, it throws an error states : URL no longer exists.

Can anyone help me with this?

1 Answer

0 votes
by (26.7k points)

Hyperlinks are of two types either relative or absolute. It seems that for your case it is a relative URL. So, to link a record you can simply prepending a slash("/") to the ID. Prefer this example:

HYPERLINK("/" & Id, "test")

I hope this will work.

Want to become a salesforce expert? join Salesforce certification now!!

Browse Categories

...