How to get javascript to return current URL with ""return window.location.href
I have a button that I have on multiple reports that when clicked it will edit the corresponding record and then redirect to the record that was just edited. However, I would like to return to the...