0

PROVIDING DIRECT LINKS TO RECORDS

I know records can't be identified by a URL, but I'm looking for a better way of directing colleagues to content than asking them to paste phrases into FIND.

Is there a way of constructing a URL that would trigger the database and the search for a specific record ID...?

Long shot, I know!

3 replies

null
    • Support
    • 4 yrs ago
    • Reported - view

    I'm sorry - not yet :-(

    Birger

    • nathan
    • 3 yrs ago
    • Reported - view

    This was quite some time ago, any word on such a thing? Kind of a critical feature for me to continue using Ninox.

    • Danjamesmedia
    • 3 yrs ago
    • Reported - view

    This now works for Ninox cloud by simply copying the URL in the URL bar.

    With the upcoming release, you can also get direct links to records within ninox Formulas.

    Extract from the latest blog: https://ninox.com/en/blog/ninox-version-update-330

    urlOf() – New function in nx scripting
    Now you can create URL links for your table views, specific tabs in the views, and individual record by simply using the new urlOf function, giving you great flexibility in creating and sharing desired table information via URL links.

    How it works?
    The function can be used in the following ways. For instance:

    • urlOf(here) – will generate a link for the current record
    • urlOf(here, “<view name>”, “<tab name>”) – will generate a link for the specified tab in specified view of the current table
    • urlOf(“<table name>”, “<view name>”) – will generate a link for the specified view in the specified table

Content aside

  • 3 yrs agoLast active
  • 3Replies
  • 1032Views