QuickBase to Sharepoint Sync?
So I have a lot of Data I like to keep track of in QuickBase. I have several dozen customized reports I check daily and weekly. Some of this data contains percentage scores for coworkers, averages, etc.. I used to use Google Suite to track this information, but now we are using Microsoft Office 365 and Sharepoint. So I've been trying to find a way to export this data live from QuickBase into Excel in Office 365. Our spreadsheets where we track and update information is in Excel on SharePoint. I've tried using the desktop version of Office 365's Excel and go into the Data and Get Data From Web and other options. I've went into the refresh options to try to refresh hourly. It won't. Is it not possible to sync them so the information in QuickBase exports and updates the data in sharepoint? I can save the data in Quickbase as a Spreadsheet CSV file and load it into Excel just fine, but it won't refresh and update. ------------------------------ Joey Fletcher ------------------------------79Views0likes7CommentsHow to download Work Order, Purchase Order, etc... as a PDF from QuickBase?
Hello all, I see others sending work orders, purchase orders, invoices, and/or etc. as a PDF from QuickBase. I have seen others do this at my company with our QuickBase system. Can someone please advise the process for saving an invoice, purchase order, or work order as a PDF? This would be extremely helpful as I have to send these purchase orders out to company's that do not have direct access to our system so "Send PO as email" or "Send WO as email" does not work in these cases. Even if I send the PO to myself it does not send it to me as an attachment, it copy/pastes the WO into an email. Any help would be great! ------------------------------ Bryce T. ------------------------------53Views0likes6CommentsSyntax in sending a Text Message
So most of our new hires are all "texters", so I am trying to get it figured out. I have looked around and have a portion of it built. BUT... What would be the texting equivalent of the email subject line and body similar to below? &"?subject=INFORMATION NEEDED TO ACTIVATE YOUR CARD" &"&body="&"Welcome Aboard "&[Associate First Name]&"!" I have not been able to find anything that will create these for me ------------------------------ Hans Hamm ------------------------------52Views0likes11CommentsUpload csv to SFTP server from QuickBase
I know we can create connected tables to csv files stored in SFTP server. Is there a way to send or export QuickBase data in a table as csv file to an SFTP folder location? ------------------------------ Karthik Sekhar ------------------------------45Views0likes0CommentsHow to connect external databases ?
Hi team, I want to know about how we can connect external database in Quickbase. For example I have existing app which use existing database like MySQL or MSSql. How we can pull or fetch data from this database in Quickbase? If I create an application in Quickbase then How can I connect my existing database with QB? Do we have any connectors available ? Regards, Kat. ------------------------------ Kat Mill ------------------------------45Views0likes8CommentsLive sync of QuickBase calendar app to Outlook calendar?
Background: we have a QB app in which we store events. Those events are posted in a QB calendar report. It contains many pieces of info about each event in the event record – much more than we can do in Outlook. However, most everyone here still manages daily attendance to any event by Outlook. That is not up to change. Users in a large community can see this calendar and select events they need to attend. Currently, users who wish to attend the event can download the ICS file of the event on Quick Base and export that instance to Outlook. However that does not sync to later updates made in Quick Base. We need a live sync between the Quick Base events and Outlook events. If the event needs to change, we need the automatic live sync to change it/update it on the Outlook calendar of the attendees who signed up and send out a notification that this has occurred. Do we have any solutions, native or third party, that can do the second bullet above? This is the only functionality we currently lack. I actually think it would be nice if we could sync in the other direction, if events change in Outlook, they sync to the QB app too, but not sure that's as critical. Thanks! Carole Vandenberg ------------------------------ Carole Vandenberg Sr Global Presales Engineering Consultant - NCR ------------------------------44Views0likes5CommentsGet HTML from Web Page DOM using Data from QB fields
I have a database of patents. Each record includes a patent number field, a claim number field, and a claim field. I want to extract the corresponding text of the patent claim from Google Patents using the patent number and claim number. I've written code in VBA that performs this function to populate a spreadsheet (which I import and merge by record ID). I figure it would be better to directly pull the data from Google patents. I've more or less figured out the DOM for Google patents. Here is the relevant VBA code. --patno is the patent number. It's alphanumeric string CCnnnnnnn where CC is country code string "US", "EP". I use the country code extract to select how to pull the data from Google patents, since the DOMs for countries are different. --claimnumber is the number of the claim to be extracted. --claim is the text. url = "https://patents.google.com/patent/" & patno & "/en" ' Fetch page at URL With CreateObject("WINHTTP.WinHTTPRequest.5.1") .Open "GET", url, False .send patent.body.innerHTML = .responseText End With Set pElements = patent.getElementsByClassName("claim") Set pElement = pElements(claimNumber) claim = pElement.innerText Once I have claim as text, I would save it to the relevant field. For purposes of discussion assume my QB uses the same field names (patno, claimnnumber, claim). What would the equivalent javascript and QB code be for something like this? I've done lots of searching in the QB community and have found only a couple discussions of using js to pull data from other website, but nothing I felt I could generalize. Thanks Robert ------------------------------ ROBERT SACHS ------------------------------43Views0likes5Comments