I've searched the forums and couldn't seem to find anything that helps...I'm trying to have all fields from the layer identified show up. The code I have you have to input what fields you want to show up.
<?xml version="1.0" ?>
<!--
////////////////////////////////////////////////////////////////////////////////
//
// Copyright © 2008 ESRI
//
// All rights reserved under the copyright laws of the United States.
// You may freely redistribute and use this software, with or
// without modification, provided you include the original copyright
// and use restrictions. See use restrictions in the file:
// <install location>/FlexViewer/License.txt
//
////////////////////////////////////////////////////////////////////////////////
-->
<configuration>
<identifytolerancepoint>10</identifytolerancepoint>
<identifytolerancepolyline>5</identifytolerancepolyline>
<identifytolerancepolygon>1</identifytolerancepolygon>
<zoomscale>2000</zoomscale>
<zoombuffer>1.3</zoombuffer>
<renderers>
<renderer name="selectedpoint" type="simple"><!-- type in this line is never actually read or acted on -->
<defaultsymbol type="picturemarker" angle="0" height="40" width="31" xoffset="5" yoffset="16" url="assets/images/i_pin_red_40.png"/>
</renderer>
<renderer name="selectedpointsub" type="simple"><!-- type in this line is never actually read or acted on -->
<defaultsymbol type="picturemarker" angle="0" height="40" width="31" xoffset="5" yoffset="16" url="assets/images/i_pin_red_sel_40.png"/>
</renderer>
<renderer name="selectedpointglow" type="simple">
<defaultsymbol type="glowfilter" alpha="0.8" blurx="10" blury="10" color="0xFFFF00"/>
</renderer>
<renderer name="selectedline" type="simple">
<defaultsymbol type="simpleline" alpha="0.8" color="0xFF0000" style="solid" width="5"/>
</renderer>
<renderer name="selectedlinesub" type="simple">
<defaultsymbol type="simpleline" alpha="1" color="0xFF0000" style="dot" width="5"/>
</renderer>
<renderer name="selectedlineglow" type="simple">
<defaultsymbol type="glowfilter" alpha="0.8" blurx="10" blury="10" color="0xFFFF00"/>
</renderer>
<renderer name="selectedpolygon" type="simple">
<defaultsymbol type="simplefill" alpha="0.3" color="0xFF0000" style="solid">
<outline alpha="0.8" color="0xFF0000" style="solid" width="3"/>
</defaultsymbol>
</renderer>
<renderer name="selectedpolygonsub" type="simple">
<defaultsymbol type="simplefill" alpha="0.3" color="0xFFFF00" style="solid">
<outline alpha="1" color="0xFF0000" style="solid" width="3"/>
</defaultsymbol>
</renderer>
<renderer name="selectedpolygonglow" type="simple">
<defaultsymbol type="glowfilter" alpha="0.5" blurx="10" blury="10" color="0xFF0000"/>
</renderer>
</renderers>
<maxresults>500</maxresults>
<warningresults>100</warningresults>
<exportfilename>Selected Records</exportfilename>
<csvdelimiter>,</csvdelimiter>
<labels>
<identifylabel>Identify</identifylabel>
<resultslabel>Results</resultslabel>
<descriptionlabel>Use one of the identify tools to identify selected features on the map</descriptionlabel>
<pointlabel>Identify by Point</pointlabel>
<linelabel>Identify by Line</linelabel>
<polygonlabel>Identify by Polygon</polygonlabel>
<rectanglelabel>Identify by Rectangle</rectanglelabel>
<circlelabel>Identify by Circle</circlelabel>
<clearlabel>Clear Graphics</clearlabel>
<cleartoollabel>Clear Tools</cleartoollabel>
<loadinglabel>Identifying Features...</loadinglabel>
<selectionlabel>Features Identified:</selectionlabel>
<selectalllabel>Select All Layers</selectalllabel>
<unselectalllabel>Unselect All Layers</unselectalllabel>
<gridresultslabel>Results Grid</gridresultslabel>
<exporttocsvlabel>Export to CSV...</exporttocsvlabel>
<exporttotxtlabel>Export to TXT...</exporttotxtlabel>
<noresultslabel>No Results</noresultslabel>
<nogridresultslabel>Results not Available in Grid Format</nogridresultslabel>
<addtoselectionlabel>Add to Selection</addtoselectionlabel>
<deleteselectedrowlabel>Delete Selected Row</deleteselectedrowlabel>
<instruction>
When a tool is selected you will be able to select the layer or layers to include
in the identify task.\n\nFor the point tool, you may select as many layers as you like
and the identify task will "drill down" to include features on the selected layers.
\n\nFor all other tools, you may select only one layer to include in the identify task.
</instruction>
</labels>
<layers>
<layer>
<label>Storm Points</label>
<selected>false</selected>
<urls>
<url>[arcgisserverpvt]ArcGIS/rest/services/Utilities/MapServer/24</url>
<url>[arcgisserverpvt]ArcGIS/rest/services/Utilities/MapServer/25</url>
<url>[arcgisserverpvt]ArcGIS/rest/services/Utilities/MapServer/26</url>
</urls>
<fields>[LAYER],AssetID,PROJECT,SOURCE,Owner,Conv_Type,Str_Desc,TC_ELEV,NUM_INVERT,I1_ELEV,I1_DIR,I1_DIA,I1_TYPE,I1_MAT,</fields>
<titlefield>STR_TYPE</titlefield>