<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Fields not showing up in the Attribute Inspector in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/fields-not-showing-up-in-the-attribute-inspector/m-p/758502#M70206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Artie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your FeatureLayer, do you have the 'outFields' property set to "*"?&amp;nbsp; Ex:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var pointsOfInterest = new esri.layers.FeatureLayer(featLayer,{ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mode: esri.layers.FeatureLayer.MODE_ONDEMAND,&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outFields: ["*"] &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Apr 2013 15:46:29 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2013-04-01T15:46:29Z</dc:date>
    <item>
      <title>Fields not showing up in the Attribute Inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/fields-not-showing-up-in-the-attribute-inspector/m-p/758500#M70204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on a project that requires editing attributes from a feature service.&amp;nbsp; The feature service has a lot of fields, 105 to be exact.&amp;nbsp; And since all of the fields need to be available for editing I didn't feel like explicitly naming each field in the FieldInfos section of my LayerInfos for the attribute inspector.&amp;nbsp; According to the documentation (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://developers.arcgis.com/en/javascript/jsapi/attributeinspector.html" rel="nofollow" target="_blank"&gt;http://developers.arcgis.com/en/javascript/jsapi/attributeinspector.html&lt;/A&gt;&lt;SPAN&gt;) all of the fields should be visible if I don't define anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I use the following code none of the fields show up in window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var layerInfos = [{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'featureLayer': historicBuildingsPolyFL,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'showAttachments': true,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'isEditable': true,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'fieldInfos':[]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Artie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 11:34:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/fields-not-showing-up-in-the-attribute-inspector/m-p/758500#M70204</guid>
      <dc:creator>ArthurRobinson</dc:creator>
      <dc:date>2013-03-29T11:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fields not showing up in the Attribute Inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/fields-not-showing-up-in-the-attribute-inspector/m-p/758501#M70205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Artie, I haven't tested it, but have you tried removing the fieldInfos key altogether?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 14:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/fields-not-showing-up-in-the-attribute-inspector/m-p/758501#M70205</guid>
      <dc:creator>MattLane</dc:creator>
      <dc:date>2013-04-01T14:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fields not showing up in the Attribute Inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/fields-not-showing-up-in-the-attribute-inspector/m-p/758502#M70206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Artie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your FeatureLayer, do you have the 'outFields' property set to "*"?&amp;nbsp; Ex:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var pointsOfInterest = new esri.layers.FeatureLayer(featLayer,{ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mode: esri.layers.FeatureLayer.MODE_ONDEMAND,&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outFields: ["*"] &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 15:46:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/fields-not-showing-up-in-the-attribute-inspector/m-p/758502#M70206</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-04-01T15:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fields not showing up in the Attribute Inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/fields-not-showing-up-in-the-attribute-inspector/m-p/758503#M70207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Matt, I tried that last week but got the same result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, Jake your suggestion seemed to fix the issue.&amp;nbsp; Once I added the Outfields property everything showed up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Artie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 18:37:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/fields-not-showing-up-in-the-attribute-inspector/m-p/758503#M70207</guid>
      <dc:creator>ArthurRobinson</dc:creator>
      <dc:date>2013-04-01T18:37:59Z</dc:date>
    </item>
  </channel>
</rss>

