QuickBooks Integrator 2020 C++ Builder Edition

Questions / Feedback?

ItemManuallyClosed Property

Indicates if the line item has been manually closed.

Syntax

__property TiqbPurchaseOrderItemManuallyCloseds ItemManuallyClosed[int ItemIndex] = { read=FItemManuallyClosed, write=FSetItemManuallyClosed };
enum TiqbPurchaseOrderItemManuallyCloseds { mcNotSet=0, mcManuallyClosed=1, mcNotManuallyClosed=2 };

Default Value

mcNotSet

Remarks

Indicates if the line item has been manually closed.

If ItemManuallyClosed is mcManuallyClosed, the purchase order line has been closed, even if this item has not been received or its sale canceled. If all the purchase order lines are marked as closed, the purchase order itself is marked as closed as well. You cannot change ItemManuallyClosed to mcNotManuallyClosed after the purchase order line has been fully received. If set to mcNotSet the field is not sent in the request.

Only applicable to Update transactions.

The ItemIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount property.

This property is not available at design time.

Data Type

Integer

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