QuickBooks Integrator 2020 Delphi 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 component. The Aggregate field contains the XML result aggregate, which you may then pass to a corresponding component 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 component. If this is done the component 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 component, 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 component that supports such functionality. (Customer, Account, Item, Vendor, Employee, etc).

The corresponding XML response aggregate is provided in the Aggregate property

Constructors

constructor Create();

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