JeffElliott
5 years agoQrew Member
Redirect to Form in Another Table
I have a URL formula that does what I want, but after it reaches into this other table and makes these changes, I want it to automatically load a form (form #2) from that OTHER table as well ([_DBID_TIME_IN_OUTS]).
Instead, it reloads the page it was on....
var text url=
URLRoot() & "db/" & [_DBID_TIME_IN_OUTS] & "?a=API_AddRecord&apptoken=xxxxxxx&_fid_7=" & URLEncode ([Record ID#])&"&_fid_6=In&_fid_19=" & Now();
"javascript:" &
"$.get('" &
$url &
"',function(){" &
"location.reload();"&
"});" &
"void(0);")
Jeff
------------------------------
Jeff Elliott
------------------------------
Instead, it reloads the page it was on....
var text url=
URLRoot() & "db/" & [_DBID_TIME_IN_OUTS] & "?a=API_AddRecord&apptoken=xxxxxxx&_fid_7=" & URLEncode ([Record ID#])&"&_fid_6=In&_fid_19=" & Now();
"javascript:" &
"$.get('" &
$url &
"',function(){" &
"location.reload();"&
"});" &
"void(0);")
Jeff
------------------------------
Jeff Elliott
------------------------------