Jun 08, 2022 08:22 PM
Hello-
Does anyone know of you can create a button that acts as a page jump to a specific record or place within the dashboard?
Meaning: Button is clicked and then it automatically jumps via a preset filter to let’s say “Design Review”. By passing all of the other information that may not be relevant to me.
Thanks!
Scott
Jun 08, 2022 10:12 PM
Yes, this is possible with a button field that you create and configure in the grid view. See this thread for more info.
Jun 09, 2022 12:17 PM
Hello-
Thank you for that link, but the formula jsut brings me to a URL that doenst work instead of jumping to a section I need it to in the Interface Designer. Any thoughts? Maybe I am not following the formula right.
“https://airtable.com/appid/interfaceid?WqRri=” & RECORD_ID({PRE-PRESS STATUS})
Jun 09, 2022 12:21 PM
You need to replace the WqRri
with the id of the record picker element in your interface page. You also need to replace the appid and interfaceid with the actual ids for your base and interface page. The formula field for the RECORD_ID()
also does not take a parameter. See this thread for another example.
Jun 09, 2022 09:12 PM
Hello-
Not sure we are talking about the same thing, I want a button in the interface designer to jump to a spot when clicked like here: Page Jumps – Make WordPress Support
SG
Jun 09, 2022 09:43 PM
Thank you for the clarification.
There is no way to specify an anchor in the middle of an interface page, so I don’t think you can do that.
Jun 16, 2022 09:07 PM
Hello- What about a button link to a Page Designer that is housed in Interface Designer? Possible?
Thank you!
Scott