QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

IterateResults Property

Indicates whether to perform iterative searches when QBXMLVersion = 5.0 or greater.

Object Oriented Interface

public function getIterateResults();
public function setIterateResults($value);

Procedural Interface

inqb_objsearch_get($res, 3 );
inqb_objsearch_set($res, 3, $value );

Default Value

true

Remarks

This property allows the user to enable or disable iterative searching (Query Iterators) when QBXMLVersion is 5.0 or greater. Please see GetNextResults for more info.

Data Type

Boolean

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