QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

AdjustmentLineId Property

Identification number of the transaction line, returned in the response.

Syntax

ANSI (Cross Platform)
char* GetAdjustmentLineId(int iAdjustmentIndex);
int SetAdjustmentLineId(int iAdjustmentIndex, const char* lpszAdjustmentLineId); Unicode (Windows) LPWSTR GetAdjustmentLineId(INT iAdjustmentIndex);
INT SetAdjustmentLineId(INT iAdjustmentIndex, LPCWSTR lpszAdjustmentLineId);
- (NSString*)adjustmentLineId:(int)adjustmentIndex;
- (void)setAdjustmentLineId:(int)adjustmentIndex:(NSString*)newAdjustmentLineId;
#define PID_ADJUSTINVENTORY_ADJUSTMENTLINEID 6

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

Identification number of the transaction line, returned in the response.

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]