We have an internal custom (based on the print records app example) for printing a list of all records (project items) that are linked to a record in another table (projects). I’m trying to find a way to open that extension from an interface. In the table I added a button to the projects table that opens the extension with the project selected (through the useRecordActionData
hook) but that field is not a button when added to an interface.
So, I am wondering whether there are other ways to open an extension with dynamic input:
- Is there another type of component that can be added to an interface similar to the button fields?
- Extensions can be linked to in order to open them in fullscreen mode. Can additional query parameters be passed to the extension? (Then I could use an interface button with a dynamic link.)