QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

iterate_results Property

Indicates whether to perform iterative searches when QBXMLVersion = 5.0 or greater.

Syntax

def get_iterate_results() -> bool: ...
def set_iterate_results(value: bool) -> None: ...

iterate_results = property(get_iterate_results, set_iterate_results)

Default Value

TRUE

Remarks

This property allows the user to enable or disable iterative searching (Query Iterators) when qbxml_version is 5.0 or greater. Please see get_next_results for more info.

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