QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

other1 Property

Pre-defined QuickBooks Custom Field.

Syntax

def get_other1() -> str: ...
def set_other1(value: str) -> None: ...

other1 = property(get_other1, set_other1)

Default Value

""

Remarks

other1 and other2 are standard QuickBooks custom fields available to transactions. You don't need to enable these in the transaction template to be able to access them via the SDK. (However, those other1 and other2 fields and their values are viewable and printable in QuickBooks only if the transaction template has these enabled!). qbxml_version 6.0 or higher is required to use this property.

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