QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

LineItemQuantity Property

Quantity of the Line Item indicated by ItemName or ItemId .

Syntax

ANSI (Cross Platform)
char* GetLineItemQuantity(int iLineItemIndex);
int SetLineItemQuantity(int iLineItemIndex, const char* lpszLineItemQuantity); Unicode (Windows) LPWSTR GetLineItemQuantity(INT iLineItemIndex);
INT SetLineItemQuantity(INT iLineItemIndex, LPCWSTR lpszLineItemQuantity);
- (NSString*)lineItemQuantity:(int)lineItemIndex;
- (void)setLineItemQuantity:(int)lineItemIndex:(NSString*)newLineItemQuantity;
#define PID_ITEM_LINEITEMQUANTITY 13

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

Quantity of the Line Item indicated by LineItemItemName or LineItemItemId.

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]