Forum Discussion

RobertRufli1's avatar
RobertRufli1
Qrew Member
4 years ago

url Button Next page

I have a url button on a page that goes to a table in another app and creates a new record after the user clicks Save how do I direct them to a Page like I can if I use the New Record button.

------------------------------
Robert Rufli
------------------------------

1 Reply

  • You can make a dummy field to create the code for you.

     var text AddForm = "https://mycompany.quickbase.com/db/xxxxxxx?act=API_GenAddRecordForm;
    var text LandingPage = "https://mycompany.quickbase.com/db/xxxxxxx?act=ShowPage&PageID=10"

    $AddForm
    & " &NextURL=" & URLEncode($LandingPage)

    Get this working on some random record and then expose the code that the button creates and copy and paste that into your dashboard button as a URL.



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