QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

ItemOther2 Property

Standard QuickBooks Custom Field available for transaction line items.

Object Oriented Interface

public function getItemOther2($itemindex);
public function setItemOther2($itemindex, $value);

Procedural Interface

inqb_lineitemgroups_get($res, 21 , $itemindex);
inqb_lineitemgroups_set($res, 21, $value , $itemindex);

Default Value

''

Remarks

Standard QuickBooks Custom Field available for transaction line items.

The ItemOther1 and ItemOther2 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 ItemOther1 and ItemOther2 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 $itemindex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount property.

This property is not available at design time.

Data Type

String

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