Examples of how to extend QuickBase
Examples
Use URL redirects to chain API calls
Every API call accomodates an rdr parameter. This specifies what URL to redirect the browser to after successful completion of the API call. You can use this to chain as many API calls together as will fit within the size limit of a URL. URLs can only be roughly 1000 characters in length. Don't forget to URL encode the value of the rdr parameter.
So you can create a formula field in QuickBase that will call two QuickBase URLs like this:
UrlRoot() & "db/" & dbid() & "?act=API_EditRecord&_fid_11=value1&rid=" & [Record ID#] & "&rdr=" & UrlEncode(UrlRoot() & "db/" & dbid() & "?act=dr&rid=" & [Record ID#])
- Printer-friendly version
- Send to friend
- Add new comment
- 22356 reads
Rate This
Similar Articles
Browse by Category
Knowledge Base Categories
- Accounts (36)
- Application (47)
- E-Mail (8)
- Fields (42)
- Forms (20)
- Formulas (18)
- General (55)
- 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
apps
automatically
billing
buttons
change
copy
email
error
exact form
excel
export
field
fields
form
formula
formulas
formula URL
http_api
IP
limit
limits
login
page
password
plan
QuickBase
records
Release Notes
release notes
remove
report
reports
SDK
security
size
software
space
status
user
users
video
view
XSL
Latest Community Forum Posts
- Problem with Mandatory Relationship Between Two Tables
- Is it possible to use API to get Form Properties?
- Product Replacment under warranty
- Transferring a Group from one Billing Account to another
- Multiple HTML Quick Search Boxes on a Quickbase Page to search a specific tables - Follow Up Question...


