0

How to jump to a specific tab in a tables record

Is there a way to jump to a tab?

openRecord(recordId, tab)

or just tab(name)

Here is my application

I would like to use a Button I'll call "Details" to update values for a filter and then jump to a Tab with the new View element to see those details.

it would also be nice if the column I am using for the fliter in that view did not show in the view.

4 replies

null
    • saffron_car
    • 3 yrs ago
    • Reported - view

    I'm waiting for that, too.

    Is that still impossible ??

    • Mconneen
    • 3 yrs ago
    • Reported - view

    Not that I know of..   You can "simulate" the same by setting the other tabs "Display field only, if" .. to false.  Not ideal.. but is a work around. 

    • Julien
    • 3 yrs ago
    • Reported - view

    One workaround would be to put everything in one tab and add a button that makes visible your hypothetical "tab 2"  fields while making invisible your "tab 1" fields.  

    • jspleiss
    • 2 yrs ago
    • Reported - view

    If I understood your problem correctly you can do the following:

    First you need to place a tab on your first page by going to "Edit Fields...". You can call it e.g. "Front Page". On the front page you can then place a button with the code openRecord(this, "Details") to jump to your Details tab. Now you can introduce a button on the Details page and add the code openRecord(this, "Front Page") to jump back.

Content aside

  • 2 yrs agoLast active
  • 4Replies
  • 1985Views