I have the following scenario. QB is open and a human is logged in as a low level QB user with limited permissions.
An app is launched to connect to QB.
The app connects to QB via .Connect(…..) function.
The connection is established however the app is assigned the same QB user as the human.
I need to establish a connection from the app to QB as the Admin user and not the currently logged in QB user.
How do I force the connection to connect as Admin?