Search code examples
intuit-partner-platform

Accessing Multiple QB Companies


I have a client with 5 stores set up as 5 companies in QB Enterprise. I have been asked to write a program (C# MVC) which includes the ability to transfer inventory between stores. This would require access to more than one store (QB Company).

I'm struggling with how to provide this, since the QBFC connection to a running copy of QB isn't going to let me access all the stores readily. While it would be possible to switch to access Store #2 (I think), I will have other computers still accessing store #1.

Is there a way for my program to access all 5 stores? I would like to have one site running and serving all the stores.

If I'm out to lunch (and out of luck), any better ideas?


Solution

  • You can access individual QB company files by specifying the company file when you first connect.

    However, you can only have one open at a time and the UI can not be open to another QB company file when you are trying to do this on that system.