QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

adjustment_new_value Property

Line item property: New value of this adjustment.

Syntax

def get_adjustment_new_value(adjustment_index: int) -> str: ...
def set_adjustment_new_value(adjustment_index: int, value: str) -> None: ...

Default Value

""

Remarks

Line item property: New value of this adjustment.

The new total value of these inventory items (The new value does NOT have to equal QuantityOnHand times PurchaseCost).

If this property is specified, the component will send a ValueAdjustment request for this line. The adjustment_new_quantity property may be set in conjunction with the adjustment_new_value property, and so long as adjustment_new_value is not empty, a ValueAdjustment request will be sent for this line. However, if adjustment_new_value is empty a QuantityAdjustment will be sent instead.

Either adjustment_new_quantity and/or adjustment_new_value must be specified for each Adjustment, or the class will fails with an error.

The default value of "" indicates that this property is not specified, and no new value will be sent.

The adjustment_index parameter specifies the index of the item in the array. The size of the array is controlled by the adjustment_count property.

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