Jan 13, 2023 06:38 AM
Hello! TIA for any help! I'm creating a base for Donor Management and have run into a challenge. I'm building an interface for Fundraising Campaign tracking. The main Interface is a Record View layout. Potential donors are loaded into a table and then viewed via this Interface. When you click on a potential donor, it loads their contact information and the tracking data below it, as you can see in this screenshot. *I've removed the sensitive data!
Because the potential donors are linked into the campaigns, all their contact information is not editable in this Interface. I'm generally okay with that, but I'd like to include a button that would let users open a donor's page for editing, possibly using the Contacts Interface you can see in the menu bar at the top. Is there a way to create a link that would somehow take the ID of a linked record from the current Interface and pass it to the Contacts Interface on loading?
Thanks again for any help!
Solved! Go to Solution.
Aug 27, 2023 07:38 AM
I confirm that unfortunately @AirBenderMarcus's solution works on these models only:
I need a solution to the List interface.
Aug 28, 2023 08:30 AM
edit the list view interface and select on a record and select the show as, from sidesheet to full screen.
publish it, than copy the URL and edit out the record id at the end it should work
Mar 13, 2024 12:40 AM
If you can use an Automation, the solution there can be helpful to generate links to Slidesheets details : : https://community.airtable.com/t5/interface-designer/navigate-between-airtable-interfaces-how-to-gen...
Sep 27, 2024 12:15 PM
Thank you! This was the solution for me.
For anyone curious, here is the formula I used in the formula field to create a link to the full screen record in the interface I wanted:
Concatenate("https://airtable.com/appXXXXXXXXXXXXXX/pagXXXXXXXXXXXXXX/" & Record_ID() & "?home=pagXXXXXXXXXXXXXX")