Forum Discussion

DanteTognoli's avatar
DanteTognoli
Qrew Captain
5 years ago

Add new record button

I would like quickbase to return to the screen I used the button from after closing the new record. Right now it returns to the table home page of the record I created. I haven't been able to find documentation that describes how to build a button that will do what I want.

Here is my current button:

URLRoot() & "db/" &[_DBID_AUDIT_RECOMMENDATIONS]& "?a=API_GenAddRecordForm&_fid_10=" & URLEncode([Project])

------------------------------
Dante Tognoli
------------------------------
  • URLRoot() & "db/" &[_DBID_AUDIT_RECOMMENDATIONS]& "?a=API_GenAddRecordForm&_fid_10=" & URLEncode([Project])
    & "&z=" & Rurl()

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • DanteTognoli's avatar
      DanteTognoli
      Qrew Captain
      Perfect, thanks! Is there documentation for all of the options available when building buttons?

      ------------------------------
      Dante Tognoli
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        A couple of good sources are my app in the Exchange called URL formulas for Dummies and also to download the app there called Magic Buttons by the Quick Base staffer and self declared Quick Base Evangelist, Kirk Trachy. 

        The documentation on button is sparse and really only gleaned from this Forum.  There may be a bit of info in Quick Base University.

        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------
    • DanteTognoli's avatar
      DanteTognoli
      Qrew Captain
      Thanks, I will look them up.

      ------------------------------
      Dante Tognoli
      ------------------------------