Robert I am having a little trouble using the Identify Widget for Flex 3.0 using the app builder version. The tool seems to be doing everything right except returning the record from my rest endpoint. I am using the following code in the widget settings to access my layers from my arcgis server rest directory. I believe I have entered everything exactly how it should be, but obviously I have missed something along the way. Could you take a look at my code and let me know if I have entered something in error?
<layers onlythese="true">
<layer>
<name>Parcels</name>
<fields>
<field name="Grundy_Master.SDEDATA.Parcel_Poly.PIN" type="esriFieldTypeString" alias="PIN"/>
<field name="VPAMSTAXCODE" alias="Tax Code" popuponly="true"/>
</fields>
<links>
<link includeinresults="false" field="" alias="" tooltip="">
<linkprefix/>
<linksuffix/>
<iconfield/>
<iconprefix/>
<iconsuffix/>
</link>
</links>
<zoomscale>9028</zoomscale>
<forcescale>true</forcescale>
</layer>
</layers>
Thanks,
Dave-O
<layers onlythese="true">
<layer>
<name>Parcels</name>
<fields>
<field name="Grundy_Master.SDEDATA.Parcel_Poly.PIN" type="esriFieldTypeString" alias="PIN"/>
<field name="VPAMSTAXCODE" alias="Tax Code" popuponly="true"/>
</fields>
<links>
<link includeinresults="false" field="" alias="" tooltip="">
<linkprefix/>
<linksuffix/>
<iconfield/>
<iconprefix/>
<iconsuffix/>
</link>
</links>
<zoomscale>9028</zoomscale>
<forcescale>true</forcescale>
</layer>
</layers>
Thanks,
Dave-O