Is there a more elegant way to send a row to a view?

Quite a while ago I was given this statement that allows my app to navigate and open a view using the assigned row, usually the current row.

CONCATENATE("#control=", ENCODEURL(“Order Details”), “&row=”, ENCODEURL([_THISROW]))

Since I began using it there have been a number of Deep Link functions created that are obviously more elegant. But I can never find the right function that does the same as the CONCATENATE() statement above.

Is there an equivalent Deep Link function?

0 3 323
  • UX
3 REPLIES 3
Top Labels in this Space