Programmatically open relationManager View/Edit modal
Goal
I have linked two relationManagers to a Resource (parent).
On the parent I would like to be able to call a function which opens the
Motivation
It would be great to "deeplink" to a record in a resource. What I mean by this is that I would like to be able to craft links like "/app/example/12#books-34". This link would open the
Question
Is this possible? How could I do this?
I have linked two relationManagers to a Resource (parent).
On the parent I would like to be able to call a function which opens the
View/Edit action on a specific record in the relationManager.Motivation
It would be great to "deeplink" to a record in a resource. What I mean by this is that I would like to be able to craft links like "/app/example/12#books-34". This link would open the
example resource (id 12) and trigger the View/Edit on the book (id 34) record in the BooksRelationManager.Question
Is this possible? How could I do this?