StevenNelson
4 years agoQrew Member
URL button to edit then refresh page
I put the following code into a Formula URL field. The purpose is to change the status to completed by clicking the button.
URLRoot() & "db/" & [_DBID_LOTO] & "?a=API_EditRecord&rid="&[Record ID#]&"&_fid_37=Completed"
Works great, but it then goes to the response page below. Which I don't want. How do I modify the code above to simply change the status and refresh the page.
------------------------------
Steven Nelson
------------------------------
URLRoot() & "db/" & [_DBID_LOTO] & "?a=API_EditRecord&rid="&[Record ID#]&"&_fid_37=Completed"
Works great, but it then goes to the response page below. Which I don't want. How do I modify the code above to simply change the status and refresh the page.
------------------------------
Steven Nelson
------------------------------