Questions tagged [quickbase]

Quick Base is a low-code platform that allows non-technical developers to build, customize and connect scalable, secure cloud applications mapped to unique business challenges without compromising IT governance and control.The platform handles broad set of biz use cases through its customizable application platform that also provides API layer for interactions.

Quick Base is web-based collaborative database application that allows businesses to create their own custom applications with less code than traditional databases. Quick Base was created when Intuit acquired Turning Mill Software in 1999. Intuit divested Quick Base in 2016. At that time, Quick Base became a stand alone product.

QuickBase includes an XML webservices API, which allows for custom user workflows.

Source: https://en.wikipedia.org/wiki/QuickBase,_Inc.

103 questions
1
vote
1 answer

Fetch Parent & Child records Quickbase API_DoQuery

I have a table A and Table B. A is parent of B What I want to do is perform a quickbase API call API_DoQuery to get the records in table A with all child records, something like this id, name child:[id, name] how can I do that right now I only got…
1
vote
1 answer

Send and populate email through a button in Quickbase

I am new to the community and would love to implement a button in my DEAL table where it sends out an email (i want it to prompt my outlook window) to the email linked to a different table, CONTACTS and auto-record the content that is being sent…
MCO
  • 194
  • 2
  • 13
1
vote
1 answer

Is there a way to create the type of line graph described below in QuickBase?

Currently, I have a QuickBase table that is designed like the picture here: https://i.stack.imgur.com/qZeph.png I'd love to visualize the percent of people that answered "Y" for each date in a line graph. Is this possible in QuickBase?
vvquiuno
  • 41
  • 4
1
vote
1 answer

Quickbase usertoken to supersede current user credentials/permissions

I have a custom button which is to query and possibly update an Administration App in Quickbase, which the current user doesn't require access to. I have JS code which is executed on a button click by the user to check the admin app, etc... my API…
Blackard
  • 85
  • 10
1
vote
1 answer

Quickbase and Docusign

I've done a ton of research on this and I've seen people asking this, but never seen an answer: Is there any way that anyone has discovered to work with the Docusign API from within Quickbase? As far as I can tell, quickbase only supports…
1
vote
1 answer

Quickbase module add_record() function—file upload parameters?

The code below is part of the Python Quickbase module which has not been updated in quite a while. The help text for one of the function shown below is not clear on how to pass the parameters to upload a file (the value of which is actually base64…
speedchase
  • 41
  • 1
  • 7
1
vote
1 answer

Verify SSL Certificate in Python on Windows 7 64 bit

I need help in verifying SSL certificate within the company's firewall when trying to access the cloud hosted application https://www.quickbase.com/. The pyquickbase module works perfectly when I run the script from home. Here is my code and…
speedchase
  • 41
  • 1
  • 7
1
vote
3 answers

Maximum number of bytes in report exceeded Error while using API do_query in Quickbase

I am using QBApiWrap.QuickbaseApiWrapper.DoQuery in C# to get the records from my table. Previously it has been working fine. Now the number of records have increased to 30,000 and I am getting the following error: Errcode : 75 Errtext : Report too…
Ananth
  • 51
  • 1
  • 9
1
vote
1 answer

When there is no data on CSV, It is causing error. How can I avoid this error, Javascript

I am very new to Javascript This Javascript code moves CSV files to Quickbase on Windows Script Host. so I get the data every one hour from Microsoft Azure to these CSV, I made autoflow from Azure to CSV using powershell and task scheduler, these…
user2848401
1
vote
1 answer

Cannot Get Smarty Foreach with XML Results

I have a XML From Quickbase that I am trying to get foreach into smarty. The xml looks like below. is a child of , and there are multiple records. In Smarty I have a foreach bracket with the url of the xml. I Can't seem to get anyting to show up.…
T Varcor
  • 375
  • 1
  • 2
  • 11
1
vote
1 answer

How do I take the string returned from gen_results_table in PHP SDK and convert it to a Javascript array?

I'm using the Quickbase API via a PHP SDK to call the gen_results_table() function and retrieve a javascript array. The multidimensional array returns as a string in PHP. Anyone know the best way to access the array? I currently have this as a…
Christin S
  • 33
  • 4
1
vote
1 answer

Problems running jQuery in Quickbase

I'm trying to get jQuery to run on Quickbase. I've run this code in jsfiddle and it works fine. It's really simple code to test out the html pages in Quickbase. I am currently using the built in html pages option and adding the code below but the…
cyclops1101
  • 422
  • 3
  • 8
1
vote
1 answer

Getting a dbid by table name

As far as I know, all QuickBase API calls are called using the following syntax: http:///db/? Is there a way to get the dbid field without navigating to that database table within QuickBase? If the above is not possible, would…
SgtPooki
  • 11,012
  • 5
  • 37
  • 46
0
votes
1 answer

Quickbase API returns data in CP1252 encoding but says it's returning UTF-8

I'm having trouble with encodings when calling the Quickbase API using Python. I call the API to get a record, and specify the encoding parameter in the request as "UTF-8". The XML response I get back from Quickbase says it's UTF-8, because the XML…
Ben Hoyt
  • 10,694
  • 5
  • 60
  • 84
0
votes
1 answer

QuickBase Perl API: Not able to edit a Record

I am trying to update a Quickbase record via my Perl script. I am following the Perl API documentation: http://metacpan.org/pod/HTTP::QuickBase The method used for editing a record is "EditRecord". As per this method, you cannot edit built-in fields…
slayedbylucifer
  • 22,878
  • 16
  • 94
  • 123