Nov 30, 2021 12:26 PM
Is there any way to have a button in a record that opens an interface for that record? The purpose is to have a more efficient view than just expanding a record in the table.
Nov 30, 2021 02:17 PM
Yes, it is possible to have a button field that opens a record in an interface. However, the entire interface will open in a new window.
You will need the page id of the interface and the internal id of the record picker. Then you can build the url using a formula. See the url in the actual interface for reference.
Feb 27, 2023 09:12 AM
What would that formula look like?