As a work around I currently edited the sitemap to have multiple sub areas(navigation button) with a URL of the required view for each navigation button & a JavaScript to handle opening the relevant form for each associated view using the View ID which is set in a global variable when ever there is a click on any particular view's record to open the relevant form for that view.
The drawback of this approach is that, setting the global variable(on click of any view's row to open the form) & using that value to check onload of form to open(or navigate) to relevant form depending on the global variable is, sometime the form onload is running even before the global variable is updated to the relevant view.

Report
All responses (
Answers (