QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ManuallyClosed Property

Whether the sales order is manually closed.

Syntax

ANSI (Cross Platform)
int GetManuallyClosed();
int SetManuallyClosed(int iManuallyClosed); Unicode (Windows) INT GetManuallyClosed();
INT SetManuallyClosed(INT iManuallyClosed);

Possible Values

MC_NOT_SET(0), 
MC_MANUALLY_CLOSED(1),
MC_NOT_MANUALLY_CLOSED(2)
@property (nonatomic,readwrite,assign,getter=manuallyClosed,setter=setManuallyClosed:) int manuallyClosed;
- (int)manuallyClosed;
- (void)setManuallyClosed:(int)newManuallyClosed;

Possible Values

MC_NOT_SET(0), 
MC_MANUALLY_CLOSED(1),
MC_NOT_MANUALLY_CLOSED(2)
#define PID_SALESORDER_MANUALLYCLOSED 41

INQB_EXTERNAL void* INQB_CALL InQB_SalesOrder_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_SalesOrder_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 C++ Edition - Version 20.0 [Build 7941]