QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

LineItemId Property

Id of the Line Item.

Syntax

ANSI (Cross Platform)
char* GetLineItemId(int iLineItemIndex);
int SetLineItemId(int iLineItemIndex, const char* lpszLineItemId); Unicode (Windows) LPWSTR GetLineItemId(INT iLineItemIndex);
INT SetLineItemId(INT iLineItemIndex, LPCWSTR lpszLineItemId);
- (NSString*)lineItemId:(int)lineItemIndex;
- (void)setLineItemId:(int)lineItemIndex:(NSString*)newLineItemId;
#define PID_ITEM_LINEITEMID 11

INQB_EXTERNAL void* INQB_CALL InQB_Item_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_Item_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
INQB_EXTERNAL int INQB_CALL InQB_Item_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

Id of the Line Item.

Line Items are only available for Item ItemTypes itInventoryAssembly and itGroup. For Inventory Assemblies, Line Items consist of "ItemInventoryAssemblyLine" aggregates. For Groups, Line Items consists of "ItemGroupLine" aggregates.

The LineItemIndex parameter specifies the index of the item in the array. The size of the array is controlled by the LineItemCount property.

This property is 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]