QuickBooks Integrator 2020 macOS Edition

Questions / Feedback?

ObjSearchResult Type

Results of a search made with the OBJSEARCH component.

Remarks

This type contains a single result after issuing a search with the ObjSearch class. The Aggregate field contains the XML result aggregate, which you may then pass to a corresponding class to parse.

Fields

aggregate
String

XML response aggregate returned from QuickBooks.

This array property contains all of the XML response aggregates returned from QuickBooks after a successful call to Search.

This property may be used to set the Aggregate property of any other class. If this is done the class will be set to the record specified in ResultAggregate.

The Ids are also provided separately in the ResultId property.

resultId
String

Id of the result aggregate stored in Aggregate.

The ResultIds will automatically be prefixed with a hash, and may be passed as is to the Get method of any class, or used as references.

The corresponding XML response aggregate is provided in the Aggregate property

resultName
String

Name of the result aggregate stored in Aggregate.

The ResultName will only be returned for Entity searches, and may be passed as is to the GetByName method of any class that supports such functionality. (Customer, Account, Item, Vendor, Employee, etc).

The corresponding XML response aggregate is provided in the Aggregate property

Constructors

public init()

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