Automate IIF imports in Quickbooks

I need to be able to import an IIF file into a QuickBooks 2008 application through a .NET application. First of all, I do not know about Quickbook automation.

Where should I look?

+3
source share
4 answers

IIF files are deprecated in favor of a more fully functional API.

See question 20 here - https://developer.intuit.com/blog/2015/03/03/top-20-intuit-developer-questions or question 4 here - https://developer.intuit.com/docs/ 0250_qb / 0010_get_oriented / faqs

+1
source

, QuickBooks. IIF .NET, QuickBooks SDK.

QuickBooks IIF, . IIF. QuickBooks , , IIF - QuickBooks.

, Intuit Developer Network. .

0
source

I was in your place once, and I decided to go with this third-party component: http://www.nsoftware.com/ibiz/quickbooks/default.aspx

This component makes interaction with QuickBooks almost trivial. They also have sample code, help files, and a knowledge base.

0
source

All Articles