QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

itemManuallyClosed (property)

Indicates if the line item has been manually closed.

Syntax

- (int)itemManuallyClosed:(int)itemIndex;
- (void)setItemManuallyClosed:(int)itemIndex:(int)newItemManuallyClosed;

/* Possible Values */
MC_NOT_SET(0),
MC_MANUALLY_CLOSED(1),
MC_NOT_MANUALLY_CLOSED(2)
public func itemManuallyClosed(itemIndex: Int32) throws -> SalesorderItemManuallyCloseds
public func setItemManuallyClosed(itemIndex: Int32, newItemManuallyClosed: SalesorderItemManuallyCloseds) throws -> Void
public enum SalesorderItemManuallyCloseds : Int32 { case mcNotSet = 0 case mcManuallyClosed = 1 case mcNotManuallyClosed = 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 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.

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