QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

RefNumberEndsWith Property

String which RefNumbers are to end with.

Syntax

ANSI (Cross Platform)
char* GetRefNumberEndsWith();
int SetRefNumberEndsWith(const char* lpszRefNumberEndsWith); Unicode (Windows) LPWSTR GetRefNumberEndsWith();
INT SetRefNumberEndsWith(LPCWSTR lpszRefNumberEndsWith);
@property (nonatomic,readwrite,assign,getter=refNumberEndsWith,setter=setRefNumberEndsWith:) NSString* refNumberEndsWith;
- (NSString*)refNumberEndsWith;
- (void)setRefNumberEndsWith:(NSString*)newRefNumberEndsWith;
#define PID_OBJSEARCH_REFNUMBERENDSWITH 34

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 end with. Limits the search to records with RefNumbers which end with the string specified by RefNumberEndsWith.

If RefNumberEndsWith 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]