1

direct link to a tab from a view
I have a dashboard in which there are views that list records from other tables. Obviously when I click on a record in the table it opens that specific record. Is there a way to make that when I click on a record in a view it directly opens the record in a specific tab? Thanks
Like Follow 1
2replies
-
Actually, I've found out it works:
openRecord(recordId, tabName) - opens the record, jumps to the related table and opens the given tab)
But you are talking about tabVIEWS, right? Table Views are the views at the very top of the User Interface (in the "blue area" of the Ninox app).
That is also easy (from the documentation):
openTable(tableName, viewName) - opens a table view | openTable("Invoices", "All Invoices")