Nested Relation Managers - use create page not modal

Salut. I need to build a fairly complex structure which will involve nested RMs. Can I override the 'New <record>' action on the nested RM table to open in a new create/edit page rather than in a modal - so that the nested RMs will show the related records table?

Rough idea of relationship structure:

Top Level Model -> hasMany 2nd level model -> hasMany 3rd Level Model *-> could haveMany 4th Level Model

I'm converting an existing/legacy app - so I'm pretty restricted with the data structure

TIA
Was this page helpful?