QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

InventoryReorderPoint Property

The reorder point for this inventory item.

Syntax

ANSI (Cross Platform)
char* GetInventoryReorderPoint();
int SetInventoryReorderPoint(const char* lpszInventoryReorderPoint); Unicode (Windows) LPWSTR GetInventoryReorderPoint();
INT SetInventoryReorderPoint(LPCWSTR lpszInventoryReorderPoint);
@property (nonatomic,readwrite,assign,getter=inventoryReorderPoint,setter=setInventoryReorderPoint:) NSString* inventoryReorderPoint;
- (NSString*)inventoryReorderPoint;
- (void)setInventoryReorderPoint:(NSString*)newInventoryReorderPoint;
#define PID_ITEM_INVENTORYREORDERPOINT 6

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);

Default Value

"0"

Remarks

Quantity at which QuickBooks will remind the user to reorder this inventory item.

This property is only applicable for Inventory Items (ItemType = itInventory).

Data Type

String

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