I am trying to figure out the currency that is used for a QuickBooks file.
It seems that if a user is not using multi-currency feature there is no currency format associated with any transactions.
- I've tried:
HostQueryRq
which returns CountryCode but this seems as an optional return. PreferencesQueryRq
contains home currency code ONLY if multi currency is used.
Is there any other ways for me to retrieve the currency that is associated with the QB file?