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.
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.