QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

RefId Property

An alphanumerical identifier generated by the server.

Syntax

ANSI (Cross Platform)
char* GetRefId();

Unicode (Windows)
LPWSTR GetRefId();
@property (nonatomic,readonly,assign,getter=refId) NSString* refId;
- (NSString*)refId;
#define PID_ESTIMATE_REFID 48

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

Default Value

""

Remarks

An Id is an alphanumerical identifier assigned by the server whenever an object is added to QuickBooks. It is guaranteed to be unique across all objects of the same type.

This property is read-only and not available at design time.

Data Type

String

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