QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

SpecialQueryType Property

The special query type; for example ItemService.

Syntax

ANSI (Cross Platform)
char* GetSpecialQueryType();
int SetSpecialQueryType(const char* lpszSpecialQueryType); Unicode (Windows) LPWSTR GetSpecialQueryType();
INT SetSpecialQueryType(LPCWSTR lpszSpecialQueryType);
@property (nonatomic,readwrite,assign,getter=specialQueryType,setter=setSpecialQueryType:) NSString* specialQueryType;
- (NSString*)specialQueryType;
- (void)setSpecialQueryType:(NSString*)newSpecialQueryType;
#define PID_OBJSEARCH_SPECIALQUERYTYPE 42

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

""

Remarks

This property may be used to query QuickBooks for items supported by the QuickBooks SDK, but not by the component set.

The property should be set to the name of the object being queried for. A list of the objects supported for query operations by the SDK may be found in the SDK documentation.

When performing a special query the QueryType property should be set to qtOtherTransactionSearch or qtOtherListSearch, as appropriate. After searching, the QBObject class may be used to view and/or edit the results.

It is recommended that users using this property first read the SDK documentation.

Data Type

String

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