QuickBooks Integrator 2016 Linux Edition
QuickBooks Integrator 2016 Linux Edition
Questions / Feedback?

ItemManuallyClosed Property

Indicates if the line item has been manually closed.

Syntax

int GetItemManuallyClosed(int iItemIndex);

int SetItemManuallyClosed(int iItemIndex, int iItemManuallyClosed);

Possible Values

  MC_NOT_SET(0), 
  MC_MANUALLY_CLOSED(1), 
  MC_NOT_MANUALLY_CLOSED(2)

Default Value

0

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 property is not sent in the request.

Only applicable to Update transactions.

The size of the array is controlled by the ItemCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 Linux Edition - Version 16.0 [Build 7353]