QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

RefNumberContains Property

String which RefNumbers are to contain.

Syntax

ANSI (Cross Platform)
char* GetRefNumberContains();
int SetRefNumberContains(const char* lpszRefNumberContains); Unicode (Windows) LPWSTR GetRefNumberContains();
INT SetRefNumberContains(LPCWSTR lpszRefNumberContains);
@property (nonatomic,readwrite,assign,getter=refNumberContains,setter=setRefNumberContains:) NSString* refNumberContains;
- (NSString*)refNumberContains;
- (void)setRefNumberContains:(NSString*)newRefNumberContains;
#define PID_OBJSEARCH_REFNUMBERCONTAINS 33

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

String which RefNumbers are to contain. Limits the search to records with RefNumbers which contain the string RefNumberContains.

If RefNumberContains is specified none of the other RefNumber properties may be specified.

Only applicable to searches for transaction objects.

Data Type

String

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