intuit / intuit/QuickBooks-V3-DotNET-SDK

Intuit Support service requests for 'intuit_tid' but it is not possible to obtain in code

Open
#355 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
121
Forks
145
Avg merge
17h 1m
Merged PRs (30d)
1

Description

Hi,
we use a distributed .Net cloud app with many instances, is it really not possible to get 'intuit_tid' programmatically that is required to investigate QBO error response?
Documentation https://developer.intuit.com/app/developer/qbo/docs/develop/sdks-and-samples-collections/net/logging states that it is possible to enable logging of request and response XML files to a local file system that is not good option for Multi instance cloud service. Also, I do not need to log everything, I just need to call batch.Execute(); and get the intuit_tid returned for this call.

Is there a workaround?

Also same documentation states 'In Visual Studio make sure that the Intuit.Ipp.Diagnostics assembly is referenced. ' but I cannot find such NuGet package.

upd. it seems I found the solution at NuGet package page [here](https://github.com/intuit/QuickBooks-V3-DotNET-SDK):

_Context.IppConfiguration.AdvancedLogger.RequestAdvancedLog.CustomLogger = new CustomLogger();__

I believe this should also be mentioned in the Intuit documentation.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.