-
I have a button in a form which opens up a view(using workspace.PickListCollection).2) The view displays the complete Customer names. User scrolls and finds a Customer document and opens it up.
-
Based on the users selection from the view, the selected document is displayed to him.
-
There are ok and cancel buttons in this Customer document opened.
-
If he selected a wrong customer, he can go back to the view by clicking a Cancel button on the Customer form. I am calling the view again in the same way(picklistcollection) here.
-
When the view opens up the second time it goes to the top of the Row. Now the user wants to go to the location where he was before(scrolled down location). How can i achieve that ?
Note: View property “Go to last opened document” is already set.
Please advice.