QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

MaxResults Property

The maximum number of results to be returned from a search.

Object Oriented Interface

public function getMaxResults();
public function setMaxResults($value);

Procedural Interface

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

Default Value

0

Remarks

The maximum number of records to return from QuickBooks.

If MaxResults is set to 0, all records matching the search criteria will be returned.

Data Type

Integer

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