Add a "Link combo" formula field

I can already today build a dynamic field that generates a URL for the object, e.g.:

http://my-server.com/object-type/{object id}

However, this:


  1. is not clickable

  2. looks long and ugly


I propose a similar dynamic field that instead has two inputs, and creates a link:

Name: {object name}
Link: http://my-server.com/object-type/{object id}

Best,
Jaka


Hi there I think you can achieve this by creating :

1 text field containing your url root as a text

1 field containing object name

1 combo text field to form the url as a string

1 link field with conditional rule set the value as the text combo string.

you can then format your link to be displayed as a text as you want.