QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

authorized_user_qb_connection_string Property

An aggregate consisting of various QuickBooks connection properties that are used to connect the authorized client to the QuickBooks application.

Syntax

def get_authorized_user_qb_connection_string(authorized_user_index: int) -> str: ...
def set_authorized_user_qb_connection_string(authorized_user_index: int, value: str) -> None: ...

Default Value

""

Remarks

An aggregate consisting of various QuickBooks connection properties that are used to connect the authorized client to the QuickBooks application.

The connection properties should be formatted in a sequence as follows:

propertyname = "propertyvalue" propertyname = "propertyvalue" ...

The order is irrelevant, and the whitespace around the equal sign is optional.

The following properties are currently supported:

ApplicationNameThe name of the developer's application. This name will appear when the application first connects to QuickBooks; QuickBooks will display this name and prompt the user to grant or refuse access.
CompanyFileThe name of the company file to open. If QuickBooks is not currently open with a company file, QuickBooks will be automatically opened in the background with the file specified. Do not set CompanyFile when QuickBooks is open; if QuickBooks is open through the application UI, only that company file may be used.
QBConnectionModeThe mode of connection to QuickBooks. Specifies whether the integrated application logs in using single-user or multi-user mode. Allowable values include "DontCare", "SingleUserMode" and "MultiUserMode".

The authorized_user_index parameter specifies the index of the item in the array. The size of the array is controlled by the authorized_user_count property.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]