Allows for a generic query of SYSPRO data, given an XML query, query method, and a business object.
Property | Description |
---|---|
Title | Changes the titile (not the name) of the task. |
XMLData | Query in XML format. |
Query Method | Method of query delivery. Valid methods are Query, Fetch, and Browse.
Where:
|
Business Object | A code representing a queryable object in Syspro. |
Output to File | True to save XML data to file, False to use Web Services. |
Result Constant | Constant name for storing result of the query. |
Property Name | Example Rule | Meaning |
---|---|---|
XMLData | "<Query> <Key> <Quotation>[quotation number]</Quotation> <QuotationVersion>[quotation version]</QuotationVersion> </Key> </Query>" | The query format that queries a quotation. |
Query Method | Query | Performs a "query" query. |
Business Object | "QOTQRY" | The business object for the quote query. |
Output to File | False
(Unchecked) | Will not output to file |
This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.
Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.
This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.
The status output navigation is as follows:
Success
Success with Warnings
Failed (one of the following occurred).
See the SYSPRO PowerPack topic to learn more.