Forum Discussion

JacobJacob's avatar
JacobJacob
Qrew Cadet
9 years ago

Return to page after Edit Record formula text button.

I use the code: "javascript:" & "$.get('" &  $URLONE & "',function(){" & "location.reload(true);" & "});"  & "void(0);" to return to the same page a lot in my app and it works incr...