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:
- is not clickable
- 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