QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

LineItemName Property

Name of the Line Item.

Syntax

ANSI (Cross Platform)
char* GetLineItemName(int iLineItemIndex);
int SetLineItemName(int iLineItemIndex, const char* lpszLineItemName); Unicode (Windows) LPWSTR GetLineItemName(INT iLineItemIndex);
INT SetLineItemName(INT iLineItemIndex, LPCWSTR lpszLineItemName);
- (NSString*)lineItemName:(int)lineItemIndex;
- (void)setLineItemName:(int)lineItemIndex:(NSString*)newLineItemName;
#define PID_ITEM_LINEITEMNAME 12

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

Name 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]