QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

item_other2 Property

Standard QuickBooks Custom Field available for transaction line items.

Syntax

def get_item_other2(item_index: int) -> str: ...
def set_item_other2(item_index: int, value: str) -> None: ...

Default Value

""

Remarks

Standard QuickBooks Custom Field available for transaction line items.

The item_other1 and item_other2 custom fields are available for immediate use: you don't need to enable these in the transaction template to be able to access them via SDK. (However, those item_other1 and item_other2 fields and their values are viewable and printable in QuickBooks only if the transaction template has these enabled!). QBXMLVersion 6.0 or higher is required to use this property.

The item_index parameter specifies the index of the item in the array. The size of the array is controlled by the item_count property.

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