QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

IsActive Property

Whether or not entity is active.

Syntax

ANSI (Cross Platform)
int GetIsActive();
int SetIsActive(int bIsActive); Unicode (Windows) BOOL GetIsActive();
INT SetIsActive(BOOL bIsActive);
@property (nonatomic,readwrite,assign,getter=isActive,setter=setIsActive:) BOOL isActive;
- (BOOL)isActive;
- (void)setIsActive:(BOOL)newIsActive;
#define PID_ESTIMATE_ISACTIVE 8

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

Default Value

TRUE

Remarks

This property indicates whether this object is currently enabled for use by QuickBooks.

This property is allowed in Add operations, and the QBXMLVersion must be set to "3.0" or higher for this to be used in Update operations.

Data Type

Boolean

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