fylein / sageintacct-sdk-py

Python SDK to access Sage Intacct web services
MIT License
26 stars 27 forks source link

Added the ability to Show Private #65

Closed pysanders closed 1 year ago

pysanders commented 1 year ago

In instances with multiple entities, there are cases where you may need to retrieve data for all entities from the global view without explicitly declaring each one. The Intacct API allows for this by including a show private option set to true. I have made modifications to the code at the connection level and ensured it cascades down to the rest of the code to support this functionality. Although I'm uncertain if this is the optimal approach, it does successfully work for our customized instance. I thought it would be valuable to share this back with you.

ashwin1111 commented 1 year ago

@pysanders thanks for your contribution, new changes would be available in version 1.17.0