<?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: Upgrading to 4.28 - outFields contains invalid or missing fields in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/upgrading-to-4-28-outfields-contains-invalid-or/m-p/1362178#M83156</link>
    <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ah yes this is a known issue at 4.28. This issue will be addressed in 4.29 and the fix is already in `next`. You can update your codepen to point to&amp;nbsp; &amp;lt;script src="&lt;A href="https://js.arcgis.com/next/" target="_blank"&gt;https://js.arcgis.com/next/&lt;/A&gt;"&amp;gt;&amp;lt;/script&amp;gt; to check the fix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;</description>
    <pubDate>Mon, 18 Dec 2023 19:11:48 GMT</pubDate>
    <dc:creator>UndralBatsukh</dc:creator>
    <dc:date>2023-12-18T19:11:48Z</dc:date>
    <item>
      <title>Upgrading to 4.28 - outFields contains invalid or missing fields</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/upgrading-to-4-28-outfields-contains-invalid-or/m-p/1359600#M83084</link>
      <description>&lt;P&gt;Unsupported query - using type: &lt;STRONG&gt;blob.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Field.html#type" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Field.html#type&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.png" style="width: 345px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88750iED9D2040A9436E31/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.png" alt="error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Documentation:&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Possible Values&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;/U&gt;&lt;SPAN class=""&gt;"small-integer"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"integer"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"big-integer"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"single"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"double"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"long"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"string"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"date"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"date-only"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"time-only"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"timestamp-offset"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"oid"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"geometry"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"blob"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"raster"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"guid"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"global-id"&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;"xml"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 11:56:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/upgrading-to-4-28-outfields-contains-invalid-or/m-p/1359600#M83084</guid>
      <dc:creator>michaelpoa</dc:creator>
      <dc:date>2023-12-12T11:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to 4.28 - outFields contains invalid or missing fields</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/upgrading-to-4-28-outfields-contains-invalid-or/m-p/1359947#M83091</link>
      <description>&lt;P&gt;You are getting this error likely because the field you are running the query on does not exist on the layer or the layer view. Try setting the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#outFields" target="_self"&gt;FeatureLayer.outFields&lt;/A&gt; property to include the fields you want to work with.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 21:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/upgrading-to-4-28-outfields-contains-invalid-or/m-p/1359947#M83091</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2023-12-12T21:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to 4.28 - outFields contains invalid or missing fields</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/upgrading-to-4-28-outfields-contains-invalid-or/m-p/1361940#M83148</link>
      <description>&lt;P&gt;Seems like there's an issue with the queryFeatures query with outFields and type 'blob'&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made a Codepen to reproduce it (check console.log).&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/53756"&gt;@UndralBatsukh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/michaelk95/pen/PoVroJv" target="_blank" rel="noopener"&gt;https://codepen.io/michaelk95/pen/PoVroJv&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(Run 2 times to get the full error message)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 09:45:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/upgrading-to-4-28-outfields-contains-invalid-or/m-p/1361940#M83148</guid>
      <dc:creator>michaelpoa</dc:creator>
      <dc:date>2023-12-18T09:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to 4.28 - outFields contains invalid or missing fields</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/upgrading-to-4-28-outfields-contains-invalid-or/m-p/1362178#M83156</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ah yes this is a known issue at 4.28. This issue will be addressed in 4.29 and the fix is already in `next`. You can update your codepen to point to&amp;nbsp; &amp;lt;script src="&lt;A href="https://js.arcgis.com/next/" target="_blank"&gt;https://js.arcgis.com/next/&lt;/A&gt;"&amp;gt;&amp;lt;/script&amp;gt; to check the fix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 19:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/upgrading-to-4-28-outfields-contains-invalid-or/m-p/1362178#M83156</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2023-12-18T19:11:48Z</dc:date>
    </item>
  </channel>
</rss>

