<layer> <definitionexpression></definitionexpression> <enableexport>true</enableexport> <enableprintgrid>true</enableprintgrid> <name>Parcels</name> <url>http://maps3.murfreesborotn.gov/mboro/rest/services/GIS/PARCELSONLY/MapServer/0</url> <expressions> <expression alias="GISLINK" textsearchlabel="Search by Parcel GISLINK Number:"> <values> <value prompt="Example: 091N C 00900">GISLINK = '[value]'</value> </values> </expression> </expressions> <graphicalsearchlabel>Use one of the graphical search tools to select a Parcel</graphicalsearchlabel> <spatialsearchlayer>true</spatialsearchlayer> <titlefield>GISLINK</titlefield> <fields all="false"> <field name="GISLINK" visible="true" gridfield="true" /> <field name="STREETNO" alias="STREET NUMBER" visible="true" gridfield="true"/> <field name="STREETNAME" alias="STREET NAME" visible="true" gridfield="true" /> </fields> <links/> <zoomscale usegeometry="true" zoompercent="1.6" /> <autoopendatagrid>true</autoopendatagrid> <relates /> <queryattachments>false</queryattachments> </layer>
<expressions> <expression> <values> <value></value> </values> </expression> </expressions>
Gerald,
This is very strange indead... I have watched the query that is sent to the server through Fiddler and can see the issue is the outfields has "PARCEL_TYPE" tacked on to the end of the outfields list and I have gone though my code top to bottom and examined the FeatureLayers outfields and the Querys outfields and can not find where that is coming from. So My next step is attempt to reproduce this issue just using the Flex API and if I can, then submit a bug to the API Team.