QuickBooks Integrator 2016 C++ Builder Edition
QuickBooks Integrator 2016 C++ Builder Edition
Questions / Feedback?

ManuallyClosed Property

Whether the sales order is manually closed.

Syntax

__property TiqbSalesOrderManuallyCloseds ManuallyClosed = {read=FManuallyClosed, write=FSetManuallyClosed, default=0};



enum TiqbSalesOrderManuallyCloseds { mcNotSet=0, mcManuallyClosed=1, mcNotManuallyClosed=2 };

Default Value

0

Remarks

If true, the sales 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.

Data Type

Integer

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