Adding a Request to an Existing (Saved) Query (API 1.3.1 and EnterpriseOne Tools 9.2.0.2)

The AIS Client Java API includes a QueryObjectName parameter in both the FormServiceRequest and DataServiceRequest objects. You can include a query object name in this parameter to invoke an existing query in EnterpriseOne through a form service request or a data service request.

You can locate the query object name in the EnterpriseOne web client.

Caution: In a data service request, do NOT use the queryObjectName parameter if the DataService type is a COUNT. The result will not be accurate because a saved query cannot be applied to a COUNT type data service request.