Articles of interest to QuickBase folks
Articles
Some Optional API Input Parameters
For a list of optional API input parameters, refer to the "Common Optional Parameters" topic in the QuickBase HTTP API Guide.
Tags:
- 31503 reads
Rate This
Similar Articles
Interact
Browse by Category
Knowledge Base Categories
- Accounts (35)
- Application (45)
- E-Mail (7)
- Fields (41)
- Forms (20)
- Formulas (18)
- General (69)
- Other Product (7)
- Pages (1)
- Product (5)
- Reports (15)
- Roles (4)
- Search (1)
- Tables (6)
Formula Category
about_http_API
access
add
API
APIs
application
applications
automatically
billing
buttons
change
copy
email
error
exact form
excel
export
field
fields
form
formula
formulas
formula URL
http_api
IP
issues
limit
limits
page
password
patches
plan
QuickBase
records
Release Notes
release notes
remove
report
reports
SDK
security
September 30
software
space
status
techfest
user
users
video
view



Comments
How do I use the "rdr" parameter to always re-direct to previous
I am using the following URL formula to create a "Done!" button that can be used to mark tasks complete across multiple reports and records without having to go into "grid edit" or "edit":
If([Completed]=false,
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=b79yg53dmviaxucy3vzvf4actmt&rid="&[Record ID#]&"&_fid_165="&1& "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid())
, "")
I want to use the "rdr" parameter to always return to the page that the button was pushed, whether it is a report, dashboard, or record. Can anybody give me a quick hint on how to do this?
Thanks!
Post new comment