how to redirect to related list insert screen after inserting a parent account

The subject sorta sums up my question.

Basically I want to be able to do any of the following:

1. Make a specific subpanel entry required after inserting a parent account.

OR

2. Redirect to subpanel insert screen after inserting a parent account.

Any of those 2 doable? I'm using the professional edition by the way.

Parents Reply
  • Actually one last thing, I made a mistake when I said I want to redirect to an insert page of my related list.

    I actually meant redirect to the selection-list screen, where you can link an existing record.

    I tried these:

    App.router.navigate("#modulename/link"....)

    App.router.navigate("#modulename/selection"....)

    App.router.navigate("#modulename/selection-list"....)

    App.router.navigate("#modulename/list"....)

    but no luck.

Children