QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

AdjustmentItemId Property

Line item property: Reference to the kind of item to be adjusted.

Syntax

ANSI (Cross Platform)
char* GetAdjustmentItemId(int iAdjustmentIndex);
int SetAdjustmentItemId(int iAdjustmentIndex, const char* lpszAdjustmentItemId); Unicode (Windows) LPWSTR GetAdjustmentItemId(INT iAdjustmentIndex);
INT SetAdjustmentItemId(INT iAdjustmentIndex, LPCWSTR lpszAdjustmentItemId);
- (NSString*)adjustmentItemId:(int)adjustmentIndex;
- (void)setAdjustmentItemId:(int)adjustmentIndex:(NSString*)newAdjustmentItemId;
#define PID_ADJUSTINVENTORY_ADJUSTMENTITEMID 4

INQB_EXTERNAL void* INQB_CALL InQB_AdjustInventory_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_AdjustInventory_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
INQB_EXTERNAL int INQB_CALL InQB_AdjustInventory_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

Line item property: Reference to the kind of item to be adjusted.

Adjustment Line items represent either quantity or value adjustments made on an inventory item. The AdjustmentItemId or AdjustmentItemName represent which inventory item the adjustment is acting on, and AdjustmentNewQuantity and AdjustmentNewValue properties are used to indicate how much you wish to change either the quantity or the value of the specified inventory item. AdjustmentValueDifference and AdjustmentQuantityDifference will be filled after a successful Get or Add.

The AdjustmentIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AdjustmentCount 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]