Formula Field showing form data but at the same time being a URL refference

Formula Field showing form data but at the same time being a URL refference

Hi,

it is common to use a formula field to display a link to a detailed view for the record. for example "Contact Detali"

My question is how I can use the name of the contact (e.g. input.Name) , instead of a hard coded text (e.g. Contact Detail).

Below you can see the code I am talking about. I want to replace the text in red by the actual name of the contact (i.e. input.Name)

Is it possible? or is there a work around? I basicallly want to add a hyperlink to data in the view.


((("<a  href=\"#View:Contact_Detalil_View?Contact_ID=") + ID) + "\"> Contact Detail</a>")