Questions tagged [qbfc]

The QuickBooks Foundation Classes (qbfc) are a COM Library for interoping with QuickBooks products from Intuit Software

The QuickBooks Foundation Classes (qbfc) are a COM Library for interoping with QuickBooks products from Intuit Software.

The SDK page can be found here

188 questions
0
votes
1 answer

QuickBooks provides a SDK, currently SDK14.0 with a dll, interop.QBFC14. I have not been able to find the file QBFC14lib?

I found some code to register a dll and produce a typelib: C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe /tlb /codebase Interop.QBFC14.dll, but it gives the following: RegAsm : error RA0000 : CLR assembly 'Interop.QBFC14.dll' was…
Kal
  • 378
  • 3
  • 15
0
votes
1 answer

Why would ClickOnce app that uses QBFC crash when using a VS test certificate?

I have an application that I distribute using ClickOnce. I used to sign the manifest with a GoDaddy code signing cert. It expired. I switched to using a VS generated test cert. (It's an internal application so I figured I'd save the money.) Now,…
Digital Camel
  • 175
  • 2
  • 14
0
votes
1 answer

Program stops generating log file but is still running. (intermittently)

So Quickbooks does not allow a windows service to connect to its system through its QBFC13.0. It also does not allow any program to run automatically, everything needs to run in the context of a USER. I tried everything to get around this. Where I…
SODIE
  • 1
  • 1
0
votes
1 answer

Is there a limit on the amount of Quickbooks report query requests at one time?

Is there a limit to the amount of report queries that can be added/returned from a MsgSetRequest at one time in QBFC? I'm currently creating and adding multiple GeneralSummaryReportQuery's to the MsgSetRequest (say 30), but after I do the requests…
SuperXero
  • 43
  • 9
0
votes
1 answer

How do I get fields such as "cost" from an estimate query using Quickbooks SDK (QBFC)?

I'm running an estimate query through QBFC on Quickbooks Desktop Edition, and while I'm able to pull some fields that I see on the Estimate screen in Quickbooks, there are other fields that I am not able to pull/find. Furthermore, some attributes…
SuperXero
  • 43
  • 9
0
votes
0 answers

Getting connection with QBFC C# with company files another machine

I am using Visual Studio on Machine A which does not have Quickbooks. I want to try to access the company datafiles which are on machine B using QBFC (at least if I can). I just need a simple example of making the connection, the rest I can work…
0
votes
1 answer

Consolibyte QuickBooks PHP Library - XML Validator Not Working

I have the following XML request to add a new Quickbooks bill:
Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248
0
votes
1 answer

Consolibyte QuickBooks PHP Library - How Do You Debug / View Errors?

I am currently trying to import a list of customers from my QB installation using the _quickbooks_customer_import_request() and _quickbooks_customer_import_response() methods found in Consolibyte's QB PHP library in the…
Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248
0
votes
1 answer

Consolibyte QuickBooks PHP Library - How Do You Pass Parameters To Queued Functions?

I am looking to add a customer to my QB installation using the Consolibyte PHP library. I know that I need to initialize and queue up my requests by using the following: $Queue = new…
Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248
0
votes
1 answer

Consolibyte QuickBooks PHP Library - How Do You Start Your Connection From the QB Server?

I've been following this guide - http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Quick-Start - to get my QuickBooks 18 Enterprise edition to connect to my LAMP stack server. I've setup all the necessary software installations…
Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248
0
votes
1 answer

Consolidating and deleting invoice lines but getting TxnLineID: required field is missing although provided

I have an invoice with multiple lines that I want to consolidate into one line. It takes the and iterates through each . It sums each to a variable. After the loop, it should create a new line on the invoice and delete the others. I keep getting a…
cjones
  • 8,384
  • 17
  • 81
  • 175
0
votes
1 answer

Need all Customer Addresses (with unique IDs) from QuickBooks QBFC13

I have an application that connects to QuickBooks via QBFC13, downloads the customers (just name, ID and a few other details) and all the known addresses for those customers. This all seems to work just fine, except there is no GUID or other unique…
Justin Tolchin
  • 423
  • 5
  • 16
0
votes
1 answer

How to open new Estimate created by QBXML

Hello I am a web developer On my web page there is an IRequestProcessor2 object and few JavaScript functions to work with him. I can create new Estimate in QuickBooks by QBXML query. Now I need to activate QuickBooks window automatically and open…
Oleg Kalenchuk
  • 517
  • 1
  • 5
  • 12
0
votes
1 answer

QBXML Error: StatusCode 3020 "Invalid Date" on Credit Card Expiration Year

I am working with the QBFC .Net wrapper for QBXML. I am trying to add a customer to Quickbooks from my .Net Winforms application, but I keep getting errors saying my "credit card expiration year" has an "invalid date". I am using version 13 of the…
Silmar
  • 117
  • 1
  • 9
0
votes
1 answer

Quickbooks Web Connector - Version 2.1.0.30

I would like to know If there's anyone who has the link to Quickbooks Web Connector - Version 2.1.0.30, as It's not available on the website. Thanks in advance.
jerboy
  • 3
  • 3