QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

ActiveStatus Property

Limits the search to active or inactive records only.

Object Oriented Interface

public function getActiveStatus();
public function setActiveStatus($value);

Procedural Interface

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

Default Value

0

Remarks

Limits the search to active or inactive records only. May be used to limit the search to active or inactive records only.

The following values are permitted:

asUnspecified0
asActiveOnly1
asInactiveOnly2
asAll3

Only applicable to searches for entity objects.

Data Type

Integer

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