Skip to main content
How to append a field value on top of a given field on the same object

 

example:

 

Id value - 00000000000qw12

 

New formula field -  https://www.salesforce.com/"id value"

 

can you please help me in getting this solved?

 

Thanks
6 件の回答
  1. 2019年5月7日 11:38
    Hi Rohit,

     

    Please try the below formula field of type TEXT:

     

    HYPERLINK("/"&Id,Id )
0/9000