QuickBooks Integrator 2020 C++ Builder Edition

Questions / Feedback?

ManuallyClosed Property

Whether the purchase order is manually closed.

Syntax

__property TiqbPurchaseOrderManuallyCloseds ManuallyClosed = { read=FManuallyClosed, write=FSetManuallyClosed };
enum TiqbPurchaseOrderManuallyCloseds { mcNotSet=0, mcManuallyClosed=1, mcNotManuallyClosed=2 };

Default Value

mcNotSet

Remarks

If true, the purchase order is manually closed, even if not all of its line items have been invoiced.

This may also be set for individual line items via ItemManuallyClosed.

Only applicable to Update transactions.

Data Type

Integer

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