How to maintain record context in browser script
Requirement: Upon updating sales stage field to a certain Value, user to be navigated to different view.
Implementation:
Using browser script to check the field value (Field Sales Stage, BC:Opportunity)
Calling a BS which has the GotoView method(as GotoView does not work in BS)
Issue:
However the record context is not being maintained after the GotoView is triggered.The target view is open with the first record being displayed
Kindly advise for any alternate