QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ActiveStatus Property

Limits the search to active or inactive records only.

Syntax

ANSI (Cross Platform)
int GetActiveStatus();
int SetActiveStatus(int iActiveStatus); Unicode (Windows) INT GetActiveStatus();
INT SetActiveStatus(INT iActiveStatus);

Possible Values

AS_UNSPECIFIED(0), 
AS_ACTIVE_ONLY(1),
AS_INACTIVE_ONLY(2),
AS_ALL(3)
@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)
#define PID_OBJSEARCH_ACTIVESTATUS 20

INQB_EXTERNAL void* INQB_CALL InQB_ObjSearch_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_ObjSearch_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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