QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ParentId Property

Parent Id for this object.

Syntax

ANSI (Cross Platform)
char* GetParentId();
int SetParentId(const char* lpszParentId); Unicode (Windows) LPWSTR GetParentId();
INT SetParentId(LPCWSTR lpszParentId);
@property (nonatomic,readwrite,assign,getter=parentId,setter=setParentId:) NSString* parentId;
- (NSString*)parentId;
- (void)setParentId:(NSString*)newParentId;
#define PID_QBLISTS_PARENTID 4

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

Default Value

""

Remarks

A reference to the list object that is one level above this one. If either ParentName or ParentId is set to a nonempty string, then this object is a sub-object of its Parent.

This property is available for the following ListTypes: ltClass, ltCustomerType, ltJobType, and ltVendorType.

Data Type

String

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