QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

retrieve_names_only Property

Return only the names and Ids in the results.

Syntax

def get_retrieve_names_only() -> bool: ...
def set_retrieve_names_only(value: bool) -> None: ...

retrieve_names_only = property(get_retrieve_names_only, set_retrieve_names_only)

Default Value

FALSE

Remarks

If retrieve_names_only is True, entity searches (Customer, Employee, etc) will return only the FullName and ListID for each result. The class will silently ignore this property if it is not applicable to the search being performed. This property requires a qbxml_version of "4.0" or greater, and is set to False by default.

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