QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

special_query_type Property

The special query type; for example ItemService.

Syntax

def get_special_query_type() -> str: ...
def set_special_query_type(value: str) -> None: ...

special_query_type = property(get_special_query_type, set_special_query_type)

Default Value

""

Remarks

This property may be used to query QuickBooks for items supported by the QuickBooks SDK, but not by the component set.

The property should be set to the name of the object being queried for. A list of the objects supported for query operations by the SDK may be found in the SDK documentation.

When performing a special query the query_type property should be set to qtOtherTransactionSearch or qtOtherListSearch, as appropriate. After searching, the QBObject class may be used to view and/or edit the results.

It is recommended that users using this property first read the SDK documentation.

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