QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 PHP Edition
Questions / Feedback?

Other2 Property

Pre-defined QuickBooks Custom Field.

Object Oriented Interface

public function getOther2();
public function setOther2($value);

Procedural Interface

inqb_purchaseorder_get($res, 40 );
inqb_purchaseorder_set($res, 40, $value );

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!). QBXMLVersion 6.0 or higher is required to use this property.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]