Forum Discussion

JeffElliott's avatar
JeffElliott
Qrew Member
5 years ago

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
------------------------------
  • Do you want to display the record that you just entered or do you want to add a new record to the table as the next action.

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        Not easy to do as the system does not know the Record ID#.  The system can stick on that record just entered, but to get it to view or edit on an alternative form,  you would need to push a button.

        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------