QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

ItemLineId Property

Identification number of the transaction line, used for Updates.

Object Oriented Interface

public function getItemLineId($itemindex);
public function setItemLineId($itemindex, $value);

Procedural Interface

inqb_estimate_get($res, 19 , $itemindex);
inqb_estimate_set($res, 19, $value , $itemindex);

Default Value

''

Remarks

Identification number of the transaction line, used for Updates.

If you need to add a new transaction line in a transaction Update request, you can do so by setting the ItemLineId to -1.

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]