0

Jump to tab from a View
Hi, is there a way to clicking on the result of a view field (which shows the results of records from another table) and jump to that record in a specific tab? (But only from this view)
Like Follow
3replies
-
Can you give an example for a view field? Usually, if you show tables in a tab, then you jump to that record if you click on it.
If you talk about formula fields in a tab: You can specify where to jump when clicking on it. Use the popupRecord() function to jump to that place.
Else, please give an example.