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 320
  • UX
3 REPLIES 3

How about LINKTOROW([KeyColumn],“Order Details”)

Yep. I’m not sure why I couldn’t discovered it before. Thanks!

You’re welcome

Top Labels in this Space