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
-
I'm waiting for that, too.
Is that still impossible ??
-
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.
-
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.
-
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
- 3 yrs agoLast active
- 4Replies
- 2091Views