QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

VendorMessage Property

Message to appear to vendor.

Syntax

ANSI (Cross Platform)
char* GetVendorMessage();
int SetVendorMessage(const char* lpszVendorMessage); Unicode (Windows) LPWSTR GetVendorMessage();
INT SetVendorMessage(LPCWSTR lpszVendorMessage);
@property (nonatomic,readwrite,assign,getter=vendorMessage,setter=setVendorMessage:) NSString* vendorMessage;
- (NSString*)vendorMessage;
- (void)setVendorMessage:(NSString*)newVendorMessage;
#define PID_PURCHASEORDER_VENDORMESSAGE 60

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

Default Value

""

Remarks

A message to appear to the Vendor from whom goods are being ordered.

This property is not a reference property; it should contain the actual text of the message, and need not be set to a value pre-existing within QuickBooks.

Data Type

String

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