<?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: Hosted Feature Layer View in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504041#M25429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khaled:&lt;/P&gt;&lt;P&gt;I appreciate your suggestion. Unfortunately, I have no idea of how to do what you’ve suggested, or if I even have the permission to do it on our system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Mike-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2019 21:11:43 GMT</pubDate>
    <dc:creator>MichaelRichey</dc:creator>
    <dc:date>2019-02-26T21:11:43Z</dc:date>
    <item>
      <title>Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504030#M25418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a "hosted feature layer view" so features can be added to this layer. Made the necessary adjustments in "Settings".&lt;/P&gt;&lt;P&gt;However, when I select "Edit" on this layer view, I get a message indicating "Feature creation is disabled for all layers".&lt;/P&gt;&lt;P&gt;What did I miss ?&lt;/P&gt;&lt;P&gt;Thanks, Mike-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 16:05:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504030#M25418</guid>
      <dc:creator>MichaelRichey</dc:creator>
      <dc:date>2019-02-25T16:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504031#M25419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the view "IsUpdatableView". Normally the default is false which would prevent you from editing.&lt;/P&gt;&lt;P&gt;You can go the feature service update definition admin API and pass:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://.../myOrg/arcgis/rest/admin/services/myServiceName/FeatureServer" title="https://.../myOrg/arcgis/rest/admin/services/myServiceName/FeatureServer"&gt;https://.../myOrg/arcgis/rest/admin/services/myServiceName/FeatureServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{"isUpdatableView" : true}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled Hassen&lt;/P&gt;&lt;P&gt;Online Feature Service Lead&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 14:51:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504031#M25419</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2019-02-26T14:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504032#M25420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khaled:&lt;/P&gt;&lt;P&gt;Appreciate your reply to my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood the part about the default is probably set to false and setting {"isUpdatableView" : true}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is that set ?&lt;/P&gt;&lt;P&gt;Everything else after that I did not understand. According to what I have read online, there should be a much more straightforward approach.  If I’m wrong , let me know.&lt;/P&gt;&lt;P&gt;Thanks, Mike-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 15:09:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504032#M25420</guid>
      <dc:creator>MichaelRichey</dc:creator>
      <dc:date>2019-02-26T15:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504033#M25421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry if I was not clear.&lt;/P&gt;&lt;P&gt;In order to set the view to be updatable you will need to use the feature service admin API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is where you can change the default. You can also specify this property when creating a new view service.&lt;/P&gt;&lt;P&gt;As I have mentioned above, pl. use the rest/admin API as specified in the example above and then pass the json I have specified above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The admin API of the feature service follows the following url pattern. Pl. replace the url below with your view service url.&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F...%2FmyOrg%2Farcgis%2Frest%2Fadmin%2Fservices%2FmyServiceName%2FFeatureServer" rel="nofollow" style="color: #287433; background-color: #ffffff; border: 0px; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://.../myOrg/arcgis/rest/admin/services/myServiceName/FeatureServer&lt;/A&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Khaled Hassen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 15:15:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504033#M25421</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2019-02-26T15:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504034#M25422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’ll have to get with our GIS Manager on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 16:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504034#M25422</guid>
      <dc:creator>MichaelRichey</dc:creator>
      <dc:date>2019-02-26T16:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504035#M25423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible to post a screenshot of your feature layer view settings (where you configured editing)? It might just be a setting that needs to be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 17:06:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504035#M25423</guid>
      <dc:creator>ChrisWhitmore</dc:creator>
      <dc:date>2019-02-26T17:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504036#M25424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris:&lt;/P&gt;&lt;P&gt;This is for my hosted feature layer view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 17:15:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504036#M25424</guid>
      <dc:creator>MichaelRichey</dc:creator>
      <dc:date>2019-02-26T17:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504037#M25425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome thanks..everything seems to be ok for the settings. Would it possible to share the layer privately&amp;nbsp;so I can check it out? If so, you can invite my account to a private group the layer is shared with: cwwhitmore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 19:55:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504037#M25425</guid>
      <dc:creator>ChrisWhitmore</dc:creator>
      <dc:date>2019-02-26T19:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504038#M25426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, made a group “ESRI Redlands” and added you to it based on: cwwwhitmore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Received a tip that "IsUpdatableView" is set to false in feature layer service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have no idea how to check/change that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 20:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504038#M25426</guid>
      <dc:creator>MichaelRichey</dc:creator>
      <dc:date>2019-02-26T20:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504039#M25427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have explained isUpdatableView false means you will not be able to edit unless you use the feature service admin API to turn it ON.&lt;/P&gt;&lt;P&gt;Pl. check the solution I have above. Not really sure if we have a UX to turn it ON.&lt;/P&gt;&lt;P&gt;Solution is very simple. Go the admin endpoint of the feature service view and execute updateDefinition and pass&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;{"isUpdatableView" : true}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;This is all what you really need to do. We can do it for you if we have admin access to your service.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Khaled Hassen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 21:02:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504039#M25427</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2019-02-26T21:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504040#M25428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One question I have for you is how did you create this view. I can consider turning this ON by default if I have some idea about how this is created and configured, from UX, pragmatically using the API, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 21:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504040#M25428</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2019-02-26T21:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504041#M25429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khaled:&lt;/P&gt;&lt;P&gt;I appreciate your suggestion. Unfortunately, I have no idea of how to do what you’ve suggested, or if I even have the permission to do it on our system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Mike-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 21:11:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504041#M25429</guid>
      <dc:creator>MichaelRichey</dc:creator>
      <dc:date>2019-02-26T21:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Layer View</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504042#M25430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created it in AGOL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 21:41:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-layer-view/m-p/504042#M25430</guid>
      <dc:creator>MichaelRichey</dc:creator>
      <dc:date>2019-02-26T21:41:44Z</dc:date>
    </item>
  </channel>
</rss>

