NancyAbell
4 years agoQrew Trainee
URL on Home Page to add a new record and then view it in edit mode
Hello,
I am trying to use a home page button that will add a new record and then open it in edit mode. How can this be done?
https://domainname.quickbase.com/db/brchmnxk7?a=API_AddRecord&rdr=https://domainname.quickbase.com.com/db/ brchmnxk7?a=er
I realize this is an incorrect url but it does perform the action of adding the record - and then it takes me to the document tree:
Any suggestions?
------------------------------
nancy nancy
------------------------------
I am trying to use a home page button that will add a new record and then open it in edit mode. How can this be done?
https://domainname.quickbase.com/db/brchmnxk7?a=API_AddRecord&rdr=https://domainname.quickbase.com.com/db/ brchmnxk7?a=er
I realize this is an incorrect url but it does perform the action of adding the record - and then it takes me to the document tree:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<qdbapi>
<action>API_AddRecord</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<rid>52</rid>
<update_id>1620163249201</update_id>
</qdbapi>
Any suggestions?
------------------------------
nancy nancy
------------------------------
- Unless you get into JavaScript code pages, there is not a way to open in edit mode
The best you can do if this
https://domainname.quickbase.com/db/brchmnxk7?a=API_AddRecord&disprec=1
That suffix means and display record equals true, in other words add the record and then display it. But it will be displayed in view mode and not edit mode.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------