QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
Questions / Feedback?

ParseAggregate Method

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

Syntax

 int ParseAggregate(char* lpszAggregate);

Remarks

This method takes the XML aggregate returned from any class's ItemAggregate property, and then fills all the properties of this class. 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) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0