RobinCC
8 years agoQrew Cadet
URL to edit record and refresh to same spot on the report
I have a table report with hundreds of records. If I scroll down the report, let's say 2/3 of the way down, and I press the URL button to edit one of the records down there, I want it to REFRESH to the SAME SPOT on that report such that I will not have to scroll down again. As it is, I always have to scroll down after each button press and this is painful when I am editing many records in this manner.
I did use the following within my URL formula, and while it does refresh the page it does not go back to the same spot on the report. In fact, it was not anywhere close to the same spot on the report.
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);
I did use the following within my URL formula, and while it does refresh the page it does not go back to the same spot on the report. In fact, it was not anywhere close to the same spot on the report.
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);