<?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: Export Featureset to Hosted Feature Layer using ArcGIS JavaScript in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/export-featureset-to-hosted-feature-layer-using/m-p/1545572#M85817</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/666601"&gt;@JamesIng&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the resources!&lt;/P&gt;&lt;P&gt;What might it look like to utilize the REST API within an ArcGIS JavaScript application to create a new hosted feature layer? Do you happen to have an example?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Oct 2024 13:41:09 GMT</pubDate>
    <dc:creator>dgreenin</dc:creator>
    <dc:date>2024-10-04T13:41:09Z</dc:date>
    <item>
      <title>Export Featureset to Hosted Feature Layer using ArcGIS JavaScript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/export-featureset-to-hosted-feature-layer-using/m-p/1543944#M85790</link>
      <description>&lt;P&gt;Is it possible to export a featureset (resulting from a query) to a hosted feature layer in ArcGIS Online and/or an ArcGIS Enterprise Portal using ArcGIS JavaScript?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 18:55:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/export-featureset-to-hosted-feature-layer-using/m-p/1543944#M85790</guid>
      <dc:creator>dgreenin</dc:creator>
      <dc:date>2024-09-30T18:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export Featureset to Hosted Feature Layer using ArcGIS JavaScript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/export-featureset-to-hosted-feature-layer-using/m-p/1544027#M85791</link>
      <description>&lt;P&gt;Potentially just need some clarification about what you're trying to do.&lt;BR /&gt;You can do a query against a feature layer and then just pipe those results into an ApplyEdits against another layer in your AGOL or Enterprise using Javascript if that's what you're asking.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 21:52:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/export-featureset-to-hosted-feature-layer-using/m-p/1544027#M85791</guid>
      <dc:creator>JamesIng</dc:creator>
      <dc:date>2024-09-30T21:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export Featureset to Hosted Feature Layer using ArcGIS JavaScript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/export-featureset-to-hosted-feature-layer-using/m-p/1544893#M85808</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/666601"&gt;@JamesIng&lt;/a&gt;&amp;nbsp;Great mention.&lt;/P&gt;&lt;P&gt;It would be of interest to create a new hosted feature layer containing a featureset resulting from a query (in this case a spatial query).&lt;/P&gt;&lt;P&gt;If it is not possible to create a new hosted feature layer using ArcGIS JavaScript, using ApplyEdits to capture the resulting featureset would be of interest as well.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 18:11:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/export-featureset-to-hosted-feature-layer-using/m-p/1544893#M85808</guid>
      <dc:creator>dgreenin</dc:creator>
      <dc:date>2024-10-02T18:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Export Featureset to Hosted Feature Layer using ArcGIS JavaScript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/export-featureset-to-hosted-feature-layer-using/m-p/1544930#M85811</link>
      <description>&lt;P&gt;If you want to create a brand new feature layer or service you can't do that directly through the Javascript API.&lt;BR /&gt;&lt;BR /&gt;Instead you'll want to use the REST API.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/create-service/" target="_blank"&gt;https://developers.arcgis.com/rest/users-groups-and-items/create-service/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Once you have a hosted service you can then do a spatial query and do an applyEdits using the Javascript API from that query to your new service.&lt;BR /&gt;&lt;BR /&gt;Apply Edits&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#applyEdits" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#applyEdits&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 19:41:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/export-featureset-to-hosted-feature-layer-using/m-p/1544930#M85811</guid>
      <dc:creator>JamesIng</dc:creator>
      <dc:date>2024-10-02T19:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Export Featureset to Hosted Feature Layer using ArcGIS JavaScript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/export-featureset-to-hosted-feature-layer-using/m-p/1545572#M85817</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/666601"&gt;@JamesIng&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the resources!&lt;/P&gt;&lt;P&gt;What might it look like to utilize the REST API within an ArcGIS JavaScript application to create a new hosted feature layer? Do you happen to have an example?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 13:41:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/export-featureset-to-hosted-feature-layer-using/m-p/1545572#M85817</guid>
      <dc:creator>dgreenin</dc:creator>
      <dc:date>2024-10-04T13:41:09Z</dc:date>
    </item>
  </channel>
</rss>

