QuickBooks Integrator 2016 macOS Edition
QuickBooks Integrator 2016 macOS Edition
Questions / Feedback?

itemLinkToTxnLineId (property)

A link to a specific line of an existing SALESORDER transaction.

- (NSString*)itemLinkToTxnLineId:(int)itemIndex

- (void)setItemLinkToTxnLineId:(int)itemIndex :(NSString*)newItemLinkToTxnLineId

Default Value

""

Remarks

A link to a specific line of an existing SalesOrder transaction.

The ItemLinkToTxnId property links this invoice line with a SalesOrder transaction. The ItemLinkToTxnLineId property links to a specific line item in that SalesOrder. Both of these properties must be present if you wish to link to a sales order line.

Note that if you set ItemLinkToTxnId and ItemLinkToTxnLineId in an invoice line, you may not set the ItemName or ItemId properties. ItemLinkToTxnId and ItemLinkToTxnLineId bring in all the item information you need. (You can however specify whatever ItemQuantity or ItemRate that you want, or any other item line element other than ItemName and ItemId).

You may use this property in conjunction with the Invoice class's LinkToTxnId property, as long as these do NOT link to the same transaction id.

The size of the array is controlled by the ItemCount property.

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