Clickable url in reference set selector

2
I would like to be able to open an external http link from a referenceset selector (without being forced to open a dataview first). How can I do this?
asked
1 answers
1

I think your best option here is to replace the ReferenceSet Selector with a datagrid (constrained on the reference set) and a listening dataview that displays an external link to the object's link.

(This does give some extra overhead if your refset selector has new/select buttons as you'll have to create these with microflows and extra datagrid forms.)

answered