Skip to main content
I'm trying to create a URL field so Users can quickly link to a website related to the record. I want the diplay to just say "Link" and not display the whole URL. I don't want to use a button. I'd like for the "Link" to display on related lists and list views.

 

Thnaks in Advance
2 件の回答
  1. 2020年12月16日 22:37
    Hi Micheal,

     

    Create a Formula Text field and use the below to generate link to the Object. But make sure you replace the "<<Id>>" in the below formula with your Related Objects id and the Object nam eto teh actual name.

     

    I am not sure if you can add a link to related list, but the below method will redirect you to Contact details page.

     

    HYPERLINK("/lightning/r/Object Name/" & <<Id>> & "/view","Click to view Contact")

     

    Depnding on what your after 

     

    1.Set up --> Customize -->Accounts-->Buttons and Link and Actions -->Click on New Button or Link -->Fill the label Name -->Select Detail Page Link radio button --> Fill your behaviour--> save 

     

    2. Go to Accout Page layouts -->Click on custom Links (Near Fields,Button, related list section) --> drag and drop yout detail page link name  into Custom Links section --> save it.

     

    Let meknow how you go 

     

    Regards 

     

    Chengappa
0/9000