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
1
vote
2 answers

Recommended method for communicating with QuickBooks Pro 2012

I am attempting to integrate a web site with Quickbooks Pro 2012 and would like to know what the recommended method is as I'm having a hard time getting information from the Intuit site. Can I use QBFC13 with Quickbooks 2012 or do I have to use…
sreimer
  • 4,913
  • 2
  • 33
  • 43
1
vote
1 answer

Query with RefNumberList for invoice QuickBooks QBFC

I am developing a program which will query Quickbooks with a set of invoice numbers, and then against each invoice no. will get invoice, the invoice numbers will come primarily from a file. and the numbers which have problems that is they don't have…
Aunn Raza
  • 468
  • 2
  • 12
1
vote
1 answer

QBFC (Quickbook 2012 Prod) Refunding Credit Memo using SDK

Is there a way via the QuickBooks SDK (QBFC) to import a Check refund w/o also creating a corresponding Credit Memo and linking the CC/Check refund to the Credit Memo Txn ? The QB UI allows opening up Credit Memo and then using "Use Credit to" ->…
Jenis
  • 21
  • 1
1
vote
1 answer

Cannot modify deposit using interop.qbfc12

In a c# program using interop.qbfc12, the following code:
Alan Godfried
  • 95
  • 1
  • 8
1
vote
1 answer

QBSDK Opening secondary instance of QuickBooks

I am developing a program in VS 2012, VB.NET. I am using QBSDK v12. I am attempting to open a connection to QB Enterprise 2012, but what happens is that it opens a secondary instance of QB, and then gives me an error message that it can't open two…
1
vote
1 answer

QBFC12 Installer doesn't seem to be working

I am getting the error message that QBFC12 is not registered. "Retrieving the COM class factory for component with CLSID {C693D8F1-180B-4F82-B735-8F511B566718} failed due to the following error: 80040154." I run the QBFC12_0 installer (several…
1
vote
1 answer

QBFC: Can I call multiple concurrent calls to quickbooks through one session?

I am currently creating a new quickbooks session for every unique "thread" coming into my SDK app. In that session, I do some quickbooks stuff. It seems to be working well, allowing multiple things to happen at the same time. The problem I have, is…
Louis van Tonder
  • 3,664
  • 3
  • 31
  • 62
1
vote
1 answer

QBFC: Custom Reporting - Filter by custom field

In reference to a previous question of mine: qbfc CustomerQuery based on email address? Is it possible to create a custom detail report of customers, and using a custom field to "filter" the report. I must admit, I am not really clued in on…
Louis van Tonder
  • 3,664
  • 3
  • 31
  • 62
1
vote
1 answer

Quickbooks Integrated Application can't open a connection when Quickbooks is already open

I have a Quickbooks "Integrated Application" written in C# using QBFC 12.0. It is installed and working correctly at a number of sites with several versions of Quickbooks. Today I tried to install it at a new site with Quickbooks 2012 Premiere. To…
AndyL
  • 81
  • 1
  • 8
1
vote
1 answer

QB PRO 2013 + Web Connector with closed company

I have Quickbooks Pro 2013 with the Web Connector installed. I have created a sync application, granted permissions and everything, and I get the Web connector to exchange data between the company file (QB PRO 2013) and a web service successfully.…
Agustin Garzon
  • 317
  • 2
  • 15
1
vote
1 answer

QBXML, QBFC - Customer Statement

I may be missing something in the OSR, but what query do I use to retrieve a customer statement? I cant seem to identify the right query. Would greatly appreciate some insight. Regards
Louis van Tonder
  • 3,664
  • 3
  • 31
  • 62
1
vote
2 answers

QBSDK 12 w/ QB Enterprise 13 - QBFC new custom menu items never appear

QBSDK 12 w/ QB Enterprise 13 - QBFC new custom menu items never appear When I register and subscribe a QBFC application, I can get queries and data event handlers to work properly, but custom menu items never appear in QuickBooks Enterprise 13.0. …
Jeremy
  • 11
  • 2
1
vote
1 answer

QBSDK linking invoice to estimate

I am using the QBSDK QBFC12Lib in C#.Net with Reckon Accounts 2013 (Quickbooks Australia/NZ version). It is a test version but has been activated. I have the basics working. I can add a customer, job, estimate and invoice and run queries against…
mike
  • 13
  • 3
1
vote
1 answer

QBFC Billadd Transaction

I have an application that interfaces with QuickBooks and I am using the BILLADD transaction. The application pulls bill transactions from another data base and updates quickbooks. The billadd transactions that we are pushing to quickbooks have…
Scott S
  • 11
  • 1
1
vote
3 answers

ItemInventoryQuery is not returning all the available fields.

We are using Web Connector on the end where QBPOS 10.0 is installed. On the server end we issue an ItemInventoryQuery request using QBPOSFC3.0 (QB POS Foundation Classes). The response we receive from Quickbooks contains most of the fields available…
Agustin Garzon
  • 317
  • 2
  • 15