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

QBFC: Specify custom field data when adding new customer (Custom field already exists)

I am running some tests to specify a value for a custom field that is already setup in quickbooks. I cana dd the customer, but I fail to add the custom field... I think I have an issue @ "FullName" in the last DataExtMod line... Any ideas on this? I…
Louis van Tonder
  • 3,664
  • 3
  • 31
  • 62
1
vote
1 answer

QuickBook SDK QBFC is not allow to access the file without opening it in quickbook

QuickBook SDK QBFC is not allow to access the file without opening it in quickbook. Please can any body let me what needs to be configured to access file without opening. Getting error. A QuickBooks company data file is already open and it is…
1
vote
1 answer

Get company name that is opened in Quickbooks using QBFC

I can get the CompanyFilename using QBFC but could not get the appropriate class to get the opened company name in Quickbooks. Any idea will be highly appreciated.
Sandip.Nascar
  • 335
  • 1
  • 7
1
vote
0 answers

How to send zero-value transactions

I'm working on code to export invoices from a custom application to QB using QBFC. My code is working in all cases except when the invoice in the custom application totals $0. (This can happen because there are offsetting items in the invoice.) I've…
Tamar E. Granor
  • 3,817
  • 1
  • 21
  • 29
1
vote
2 answers

How do I get the balance of an account (on a given day) using the Quickbooks SDK?

I'd like to query for an account balance as of a given day. It looks like I could probably do this using the CustomDetailReportQuery, but seems like overkill.
Michael Pryor
  • 25,046
  • 18
  • 72
  • 90
1
vote
3 answers

Error when I try t oopen the QB template in VS 2010

I am running Visual Studio 2010 Ultimate. I have installed the Intuiut SDK v12.0 to its default location. I copied the file "IntuitWizardQBFC.zip" and pated it into the templates folder for visual studio. The icon for the quick books template is on…
Alan
  • 11
  • 3
1
vote
1 answer

QuickBooks adding sales tax adjustments using QBFC

I am trying to add a sales tax adjustment to QuickBooks using QBFC but I cannot figure out how to accomplish this. Any ideas would be appreciated. In order to do this in QuickBooks you need to right click on a tax code and then select "Adjust Sales…
user299967
  • 119
  • 2
  • 12
1
vote
1 answer

Quickbooks/QBFC 8.0 - Multiple Criteria of an Identical Request Filter Type

I would like to query an Employee by matching First and Last name. Ideally, I'd like to be able to specify that in one EmployeeQueryRq QBFC object. I think I have a start: Dim EmployeeQueryRq As IEmployeeQuery EmployeeQueryRq =…
Scope Creep
0
votes
2 answers

Bulk process invoices with QuickBooks SDK including cover letter

Is there a way to print, via the SDK (I'm using qbXML and the QuickBooks web connector to connect to a Java application server, SDK version 7.0, QuickBooks enterprise 9.0) invoices with their cover letter? It may take a third party tool, because it…
Yishai
  • 90,445
  • 31
  • 189
  • 263
0
votes
0 answers

How do I filter a Job Estimates vs. Actuals report by customer: job name in QuickBooks Desktop SDK using QBFC?

I have modified some VB sample code to get most of what I need done using the QuickBooks SDK in an app launched from Excel using VBA. I am able to produce both a Time by Job Summary report and a Job Estimates vs. Actuals report, but for the latter…
Starnes Student
  • 103
  • 1
  • 8
0
votes
1 answer

QuickBooks Desktop QBFC16. Cannot Create QBXMLRP2 COM Component

Cannot Create QBXMLRP2 COM Component I installed QBFC Version 16.0 64bits and I compiled a library hat was previously compiled in QBFC15.0 32bits (and it worked correctly when I call from a simple program) . But when Installed QBFC16 64bits and…
CBal
  • 21
  • 5
0
votes
0 answers

QBFC 10 `sessionManager.BeginSession` System.AccessViolationException

I am getting this QBFC10 error `System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.' The error points to this code…
RickyBelmont
  • 619
  • 4
  • 11
0
votes
1 answer

How to enter a Bill as credit in quickbooks using QBXML?

Im trying to enter a bill with QBXML request but I cannot find the way to select the Credit radio button instead of the bill radio button.
RicEspn
  • 123
  • 2
  • 4
  • 12
0
votes
1 answer

How to add vendor bill payment in QB Desktop?

I am new to QuickBooks Application, I am integrating the same in my C# console application. I need to add Vendor bill payment using QBFC library, any kind of help or sample code would be appreciated. Thanks
0
votes
1 answer

How to add QBFC as a dependency in visual studio

I made a program that connects to QuickBooks to automate a task. And it relies on QBFC13 so how can I make sure that QBFC13 is installed before installing my program. Or is there a way to install it first?
CoolCoder123
  • 88
  • 1
  • 7