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

ParseAggregate Method

Parses the aggregate returned from another component's ItemAggregate property.

Syntax

lineitemgroupscontrol.ParseAggregate Aggregate

Remarks

This method takes the XML aggregate returned from any control's ItemAggregate property, and then fills all the properties of this control. For example:


  Invoice.Add()
  For (i = 0 to Invoice.ItemCount - 1) 
    LineItems.ParseAggregate(Invoice.ItemAggregate[0])
    Debug.Print(LineItems.ItemName & VbTab & LineItems.Quantity & VbTab & LineItems.Amount)
  Next

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