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

Trouble opening QB

I am a long time c# developer but brand new to QBFC. I have downloaded the samples and was actually able to add an invoice to my file with it, but I am a little confused. I have trouble connecting unless QB is up and running. I was trying to follow…
Jerry Welliver
  • 377
  • 1
  • 13
0
votes
1 answer

Quickbooks SDK - Lot number from sales order

Is it possible to get the lot number from a sales order using the quickbooks QBFC SDK. I have the code running and working, but lot number doesn't come through the QBFC SDK. Lot number is there in the sales order in quickbooks. How do I get lot…
Michael JDI
  • 1,241
  • 5
  • 18
  • 30
0
votes
3 answers

Register integrated app in QuickBooks

I am trying to get an app to show up in the list of Integrated Applications in QB. Don't know what I'm doing wrong. My code is as follows, on a button click event: QBSessionManager sessionManager = new…
Nick
  • 1,903
  • 2
  • 21
  • 40
0
votes
3 answers

How can I Add and Invoice in QBFC using an XML Text File?

I have a Google Sheets form that has been set up to take form data, format it into a QBXML Invoice Add Request, then save it as a text document (.gdoc). My issue is that the QBFC C# sample code that I have found is all based around building the…
Derek Glissman
  • 67
  • 1
  • 1
  • 14
0
votes
1 answer

Is it possible to create/modify/delete login info in a QB Desktop file via the QB SDK (or any other programmable method)?

We are an accounting office and would like better control over user accounts on several hundred client QB files. Is there any way to use the SDK (or other tool) to create/modify/delete the login accounts (including changing passwords) for a given…
jgalak
  • 137
  • 1
  • 6
0
votes
0 answers

How to Return QuickBooks Report Results to WPF DataGrid Items?

I'm querying QuickBooks Desktop for transactions within a specific date range. I'm using boilerplate, or what seems to be, code to assign the report data to a Transaction class and adding the properties of the Transaction class to a WPF DataGrid…
SidC
  • 3,175
  • 14
  • 70
  • 132
0
votes
1 answer

How to determine if connection was successful using QBFC to connect to Quickbooks

Here is the code I use to connect my MS Access app to QB Pro 2017 using QBFC: Dim smgr As QBSessionManage Set smgr = New QBSessionManager smgr.OpenConnection "", "Job Management" smgr.BeginSession "", omDontCare This works great unless QB isn't…
DLee
  • 73
  • 1
  • 6
0
votes
1 answer

Quickbooks QBFC PurchaseOrderAdd

I have been working on a quickbooks project and have been successful on many aspects until I hit a wall at attempting to add a Purchase Order. as the title states I am using the QBFC -has anyone successfully accomplished this and could point me in…
0
votes
1 answer

QBXML InvoiceAdd Error 3250 Feature Not Enabled Or Available

I have been able to create basic invoices via the API with single line items. These have not shipping etc. Now, when trying to add complete Invoice with the Shipping Line Item (Type = Other Charge). I am getting error 3250 - This feature is not…
Paul
  • 12,392
  • 4
  • 48
  • 58
0
votes
1 answer

How to integrate Quickbook web connector with Web API

I was told to integrate our application with QuickBook Desktop version. When i checked about that, Connecting via WebConnector seems promising. But all the documents and samples are created with WebService. But i want to implement the…
WPFUser
  • 1,145
  • 7
  • 24
0
votes
0 answers

QBFC having trouble connecting to QuickBooks running under Citrix

We have a client that has installed our app in a Citrix environment on their server. Sometimes QuickBooks will connect and other times it gets the following error in qbsdklog.txt 20171212.145407 I 15312 RequestProcessor ========= Started…
Phil
  • 21
  • 3
0
votes
0 answers

Getting Quickbooks Error 3301

I have a Quickbooks integration that has been working for some time (years) I am recently getting error 3301 Cannot perform this request unless an interactive QuickBooks user is logged in Of course, the first thing I did was make all the users…
greg
  • 1,673
  • 1
  • 17
  • 30
0
votes
1 answer

How to undo receive payment for invoice in quickbook desktop edition using qbfc sdk

I use QBFC v13 and asp.net with c#. I have create one invoice and paid some amount for this invoice, problem is that now i want to undo payment for this invoice.I try this but not working. ITxnDel txnDelRq = RecPayrequestMsgSet.AppendTxnDelRq(); …
ITSGuru
  • 194
  • 8
0
votes
1 answer

Generic Interfaces for ICustomerRetList and ICustomerRet - QBFC

Any QBFC developers out there? I'm using QBFC to pull multiple different types of objects out of Quickbooks: Customers, Items, Invoices, TaxCodes, etc. The data query code really only varies once you get to the Ret object so I'm trying to build…
Jonathan
  • 3,464
  • 9
  • 46
  • 54
0
votes
1 answer

QBSDK Can not connect in debug environment

I have a proven application that uses qbsdk 13. This was working in mid June. I am picking it up again after an interruption. Verion Information QB Enterprise Solutions Accountant 16.0 installed on my dev machine Microsoft Visual Studio…
greg
  • 1,673
  • 1
  • 17
  • 30