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

2 replies

null
    • FES Minden
    • Sebastian.1
    • 2 yrs ago
    • Reported - view

    this should work if you use the Ninox cloud: 
    urlOf(here, “<view name>”, “<tab name>”) – will generate a link for the specified tab in specified view of the current table

    This has been available since Ninox 3.3.0

    But sadly, this does not work in offline versions.

    • FES Minden
    • Sebastian.1
    • 2 yrs ago
    • Reported - view

    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")

Content aside

  • 1 Likes
  • 2 yrs agoLast active
  • 2Replies
  • 337Views