Add Url to results table
Does anyone know how to add a url to a results table?
I was able to add it by having the value of the data start with http:// but I would like to be able to show a nice human readable string instead of the actual link address.
I was thinking maybe there was a data type, like UrlDataCell that could be added to a datatable to show up properly.
Anyone know if something like this is possible without going full custom module? I know you can add hyperlinks via the configuration of the site, but I am looking for the workflow way.
Thanks in advance!
0
-
You can run a workflow from a Display Result Picker item with a syntax like this, so I think you should also be able to show an URL here. <a href=""command:RunWorkflowWithArguments?workflowId=Test&objectid={{objectid}}"">{{remarks}}</a>Or you fill dynamically (with a runtime modification) a markdown element on a display form with multiple links. Syntax for a link with title text:[link text](http://dev.nodeca.com)0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar