I was wondering if it is possible to use my calls for service layer and use another web services to populate a field(example Grid). I have a grid web service (url) that I would like use. Using unique value parses everything in the Calls for service layer (over 2million records) and there are too many to record in the predefined option.
"layers": [
{
"name": "Calls for Service",
"url": "http://phqgis01:6080/arcgis/rest/services/CallsForService..........",
Predefine option
"fieldObj": {
"name": "Grid",
"label": "Grid",
"shortType": "string",
"type": "esriFieldTypeString"
},
"valueObj": {
"value": ""
},
"prompt": "Grid is",
"textsearchhint": "ex: AB02",
"sqltext": "Grid = '[value]'",
"operation": "stringOperatorIs",