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
9
votes
1 answer

QuickBooks QBFC explanation

What is QBFC? How does it work in relation to posting invoices and purchase orders from a third party program to QuickBooks? Which QBFC version should I use with QuickBooks 2008?
5
votes
3 answers

Retrieving the COM class factory for component with CLSID {6C9E80E3-B780-4361-A693-5E5C6BDC83A9} failed due to the following error: 80040154

I am getting this error: Retrieving the COM class factory for component with CLSID {6C9E80E3-B780-4361-A693-5E5C6BDC83A9} failed due to the following error: 80040154. Dim smgrGlobal As QBSessionManager smgrGlobal = New QBSessionManagerClass() The…
5
votes
3 answers

How to get list of customers, jobs, and employeers using Quickbooks QBFC (8.0 SDK)

I have been given the painful task of writing a C# application to sync up employee time entries in a separate database with Quickbooks. Since I'm brand new to QB programming, I'm trying to peform basic tasks, such as getting a list of customers,…
Victor
4
votes
3 answers

use accented characters with quickbooks SDK

Using the Quickbooks SDK QBFC 7.0. When I attempt to get a list of all customers in quickbooks, if any of the customers have an accented character in their name like è then I get an exception: An Exception occurred! Type:UTFDataFormatException,…
Jack B Nimble
  • 5,039
  • 4
  • 40
  • 62
4
votes
1 answer

ReceivePaymentAddRq in QBXML - Object TxnID specified in request cannot be found

I'm working in QBXML and trying to apply a payment to specific invoice in a ReceivePaymentAddRq. I'm getting the, apparently quite common, "Object TxnID specified in the request cannot be found". Most other forums threads on this topic are…
Jonathan
  • 3,464
  • 9
  • 46
  • 54
4
votes
1 answer

qbfc/qbxml ReceivePaymentAdd assign Payment to Invoice

When I try to associate a Payment with an Invoice, I get the following error: ReceivePaymentAdd ORApplyPayment: OR object has multiple values End of ORApplyPayment End of ReceivePaymentAdd What does that error mean? How do I get this to work? Note…
4
votes
1 answer

QBFC Billadd GUID Error

I am new to C# and QBFC13 code and I'm trying to add a bill from code I found on the intuit developer site under the BillAdd section. The BillAddRq.ExternalGUID.SetValue(Guid.NewGuid().ToString()); is throwing a error: Invalid GUID format. Must use…
Aaron Joos
  • 41
  • 2
3
votes
0 answers

QuickBooks error adding custom fields to sub-customer/job QBFC

I am trying to add custom fields to job in quick books. First I am creating customer and then adding custom fields by calling AppendDataExtModRq. I see following error in log DataExtStorage::DoModify Did not find Customer "Mayank Aggarwal".…
Mayank
  • 8,777
  • 4
  • 35
  • 60
3
votes
3 answers

Quickbooks Data Schema?

I'm trying to develop a simple app for my staff to log their time and expenses on a remote (access) db, and then sync that with QuickbooksPro. I have managed to get QBFC to work, my problem now is understanding the underlying database structure…
user3142068
  • 31
  • 1
  • 1
  • 3
3
votes
1 answer

HRESULT 80040154 When Using QBFC

I have a very simple application that connects to QuickBooks, runs a customer query, then disconnects. In my dev environment (Windows 7, x64) everything works as expected. When spinning up a fresh VM (again with Windows 7, x64), I get a COM…
Josh Johnson
  • 135
  • 2
  • 14
3
votes
2 answers

How to get Customized template fields from invoice using QuickBooks QBFC

I want to get custom S.O. Invoice Template fields using QuickBooks QBFC.
2
votes
1 answer

Quickbooks Export GL Information - Advice SDK, QBFC, QBxml

We are looking at providing Quickbooks integration into a BI tool we have developed that analyses a third party system. (we've never used Quickbooks before) The basic requirements are to export the GL information by GL Account, Amount, Customer,…
chuck
  • 21
  • 2
2
votes
1 answer

QBFC - Faulting module name: ucrtbase.DLL Exception code: 0xc0000409

(I have solved this. Posting it in case someone else is having this issue.) I have an application that integrates with Quickbooks using the QBFC13 library. It all works great when running the application from Visual Studio. However, after publishing…
jjthebig1
  • 629
  • 7
  • 12
2
votes
1 answer

Create new items in QuickBooks via C#

I have a C# tool that I wrote to sync orders from a DB to QB, and every step has been a giant pain. I'm trying to create the line items that we have in our DB in QB so I can attach the invoice items correctly, but our system allows sales staff to…
Brian Leishman
  • 8,155
  • 11
  • 57
  • 93
2
votes
1 answer

How can I get all invoices for one month and save them all as PDFs using QBFC13 and C#?

I am making an application that gets all invoices for one month, and then saves each of those invoices as a PDF, I have never developed with QuickBooks so I have very little knowledge about it. Would someone be able to give me any source code that…
Jake Farley
  • 72
  • 1
  • 8
1
2 3
12 13