QuickBooks Integrator 2020 Java Edition

Questions / Feedback?

ObjSearchResult Type

Results of a search made with the OBJSEARCH class.

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 field contains one XML response aggregate returned from QuickBooks after a successful call to Search.

This field may be used to set the Aggregate field 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 field.

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 field

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 field

Constructors

public ObjSearchResult();



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