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
Marcela SanchezMarcela Sanchez 

HIPERLINK FORMULA

HI,
I have a problem to declare the formula of the hyperlink, look this is my formula:

HYPERLINK("http://munterscaire.force.com/one/one.app#/sObject/"& Id,"Enter")

if I read the ID but what I want you to read me a url like this

https://munterscaire.force.com/one/one.app#/sObject/ID/view

my problem is where and how to declare the "/view" to display after me ID
because I could not and where to place the /view in my formula

Greetings and I hope help

 
Best Answer chosen by Marcela Sanchez
pconpcon
You can just say
 
HYPERLINK("http://munterscaire.force.com/one/one.app#/sObject/" & Id & "/view","Enter")

 

All Answers

pconpcon
You can just say
 
HYPERLINK("http://munterscaire.force.com/one/one.app#/sObject/" & Id & "/view","Enter")

 
This was selected as the best answer
Marcela SanchezMarcela Sanchez
Thanks so much Pcon!!!

if I worked, thank you very much.

greetings