QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

IsFullyReceived Property

Indicates whether all of the items in the purchase order have been received.

Syntax

ANSI (Cross Platform)
int GetIsFullyReceived();

Unicode (Windows)
BOOL GetIsFullyReceived();
@property (nonatomic,readonly,assign,getter=isFullyReceived) BOOL isFullyReceived;
- (BOOL)isFullyReceived;
#define PID_PURCHASEORDER_ISFULLYRECEIVED 4

INQB_EXTERNAL void* INQB_CALL InQB_PurchaseOrder_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

If IsFullyReceived is true, all the items in the purchase order have been received and none of them was closed manually.

This property is read-only.

Data Type

Boolean

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