<?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 How to add feature layer on the fly for editing in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178369#M4206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need a small help . I have to do some task and I am not able to find how to proceed with it. Can u help me in this&lt;/P&gt;&lt;P&gt;Task 1) A person with admin login logs into web application and then add a layer on the fly and edit it&lt;/P&gt;&lt;P&gt;Task 2) That edited layer have to saved with login name of user&amp;nbsp; and has to be shared for editing with some of people or group&amp;nbsp; .&lt;/P&gt;&lt;P&gt;Task 3) This group also edit the layer and the layer get save&lt;/P&gt;&lt;P&gt;Task 4) Admin people logs into system and see the changes and save the final edited layer to main database.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Just wanted to know how we can proceed with this kinda task&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2014 09:48:46 GMT</pubDate>
    <dc:creator>SaurabhGupta4</dc:creator>
    <dc:date>2014-08-13T09:48:46Z</dc:date>
    <item>
      <title>How to add feature layer on the fly for editing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178369#M4206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need a small help . I have to do some task and I am not able to find how to proceed with it. Can u help me in this&lt;/P&gt;&lt;P&gt;Task 1) A person with admin login logs into web application and then add a layer on the fly and edit it&lt;/P&gt;&lt;P&gt;Task 2) That edited layer have to saved with login name of user&amp;nbsp; and has to be shared for editing with some of people or group&amp;nbsp; .&lt;/P&gt;&lt;P&gt;Task 3) This group also edit the layer and the layer get save&lt;/P&gt;&lt;P&gt;Task 4) Admin people logs into system and see the changes and save the final edited layer to main database.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Just wanted to know how we can proceed with this kinda task&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 09:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178369#M4206</guid>
      <dc:creator>SaurabhGupta4</dc:creator>
      <dc:date>2014-08-13T09:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to add feature layer on the fly for editing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178370#M4207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Conceptually all of this is possible... But there is very little of this workflow you outlined here that is already built and configurable for you to put into place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You have seen the login thread for the Flex Viewer and I think you have this one covered now.&lt;/LI&gt;&lt;LI&gt;Adding a feature on the fly is a sticking point, because to edit you have to have a FeatureService published on your ArcGIS Server already.&lt;/LI&gt;&lt;LI&gt;There are some very complex ways to use ArcPy (python) to create and startup a map service from code, but this is very involved and beyond my realm of expertise.&lt;/LI&gt;&lt;LI&gt;This is very possible if you create the FeatureService as noted in Step 2 and that editing FeatureService is not the actual FINAL data. You Admin would them review the changes made by your editor before they merged those into the Final MapService.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:27:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178370#M4207</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-08-29T13:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to add feature layer on the fly for editing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178371#M4208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the insight . I am thinking on the same lines where i will make two data sets one for admin and one for people editing feature layer . And then i will have to just merge these two when administrator have revived it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have a doubt . We cant create a featurelayer and edit it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 04:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178371#M4208</guid>
      <dc:creator>saurabhgupta2</dc:creator>
      <dc:date>2014-09-01T04:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add feature layer on the fly for editing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178372#M4209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Are you saying that you doubt the fact that you can not created a feature on the fly and edit it?...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 11:49:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178372#M4209</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-09-01T11:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to add feature layer on the fly for editing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178373#M4210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;P&gt;No i know if we have featurelayer service we can create and edit it .I am asking if i create a featureLayer on client side with my query result can i edit and save it to sever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards &lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 12:02:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178373#M4210</guid>
      <dc:creator>saurabhgupta2</dc:creator>
      <dc:date>2014-09-01T12:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to add feature layer on the fly for editing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178374#M4211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can create a featurelayer client side from a query but edit operations will be limited and all the data is maintained client side and thus you will have to develop some means of getting this data back to the server (there is nothing built in already for this).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 12:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178374#M4211</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-09-01T12:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to add feature layer on the fly for editing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178375#M4212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards &lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 12:20:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-add-feature-layer-on-the-fly-for-editing/m-p/178375#M4212</guid>
      <dc:creator>saurabhgupta2</dc:creator>
      <dc:date>2014-09-01T12:20:26Z</dc:date>
    </item>
  </channel>
</rss>

