7

I would like to know what exactly does OwnerID/FileID in a QWC file signify. I went through the QBWC_proguide but still it is somewhat unclear to me. I am new to this so please can somebody elaborate this. Thanks in advance!

newbie
  • 663
  • 2
  • 6
  • 19

2 Answers2

9

I would like to know what exactly does OwnerID/FileID in a QWC file signify.

Nothing. :-/

They really serve no purpose except to make sure that you can't load the same .QWC file twice. You can safely make up these values (they have to be valid GUID values) and even change them if you need to legitimately re-load a .QWC file and QuickBooks won't let you.

Keith Palmer Jr.
  • 27,666
  • 16
  • 68
  • 105
0

Just to add to Keith's answer, while it does prevent you from adding the same company connector config twice, I believe you can also pass OwnerID to the CompanyRq query to get back the FileId, which is unique for each company and can be used for multi-connect

See https://stackoverflow.com/a/65679466/2807183 for more details