QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

active_status Property

Limits the search to active or inactive records only.

Syntax

def get_active_status() -> int: ...
def set_active_status(value: int) -> None: ...

active_status = property(get_active_status, set_active_status)

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.

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