Remedy Generic Query Retrieve
Overview
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
Detailed Description
Each Remedy Field on the specified form will be return in a results list. Results are accessible to other node using standard syntax (ie: <%=@results['find user']['Request "ID']%>). The result list of fields is built dynamically by the handler. Therefore, the results will NOT be individually selected from "pre-defined values" menu in Task Tree node configuration. The reference to result values must instead manually typed.
Parameters
Name | Description |
---|---|
Remedy Form | Remedy Form Name (not display name), eg. People is CTM:People |
Query | The query used to perform the search |
Sample Configuration
Parameter | Example Configuration |
---|---|
Remedy Form | User |
Request ID | '1'="<%=@results['find user']['Request "ID']%> OR 'Request ID'="<%=@results['find user']['Request "ID']%> |
Results
Each Remedy field on the specified form will be return in a results list in the standard format.
Change Log
Version | Date | Description |
---|---|---|
http://community.kineticdata.com/@api/deki/files/9963/remedy_generic_query_retrieve_v1.zip1 | 5/29/2012 | Initial Version |