QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

activeStatus (property)

Limits the search to active or inactive records only.

Syntax

@property (nonatomic,readwrite,assign,getter=activeStatus,setter=setActiveStatus:) int activeStatus;
- (int)activeStatus;
- (void)setActiveStatus:(int)newActiveStatus;

/* Possible Values */
AS_UNSPECIFIED(0),
AS_ACTIVE_ONLY(1),
AS_INACTIVE_ONLY(2),
AS_ALL(3)
public var activeStatus: ObjsearchActiveStatus {
  get {...}
set {...} }
public enum ObjsearchActiveStatus : Int32 { case asUnspecified = 0 case asActiveOnly = 1 case asInactiveOnly = 2 case asAll = 3 }

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 iOS Edition - Version 20.0 [Build 7941]