You need to sign in to do that
Don't have an account?

returning to list view from apex page
I have a custom list view button for mass update similar to Change Owner button. Once the update has been performed I am redirecting page back to the list view. The page is redirected however instead of going to the list view from which I clicked the button a new list view is created with name as the id which I passed in the list view.
Am I doing something wrong here?
Am I doing something wrong here?
Can you post your redirection code ?