<?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 My custom widget can read data from features but cannot edit them in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546169#M14485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Hey guys..My custom widget can read data from features but cannot edit them (writing in a field, inserting a row) which means the widget can read but not modify the features fields..How can I make my widget write in&amp;nbsp;fields and insert rows???&amp;nbsp; &amp;nbsp;(in arcgis desktop the script runs correctly so it can modify features and insert row..but in arcgis online no)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2020 20:22:11 GMT</pubDate>
    <dc:creator>MedMZOURI</dc:creator>
    <dc:date>2020-05-25T20:22:11Z</dc:date>
    <item>
      <title>My custom widget can read data from features but cannot edit them</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546169#M14485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Hey guys..My custom widget can read data from features but cannot edit them (writing in a field, inserting a row) which means the widget can read but not modify the features fields..How can I make my widget write in&amp;nbsp;fields and insert rows???&amp;nbsp; &amp;nbsp;(in arcgis desktop the script runs correctly so it can modify features and insert row..but in arcgis online no)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2020 20:22:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546169#M14485</guid>
      <dc:creator>MedMZOURI</dc:creator>
      <dc:date>2020-05-25T20:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: My custom widget can read data from features but cannot edit them</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546170#M14486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Is your code using a featuresever url or a mapserver? Editing is only supported when using a featureserver url.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 14:49:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546170#M14486</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-05-26T14:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: My custom widget can read data from features but cannot edit them</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546171#M14487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am using a feature service layer..but in my code I'm using the local path of the layer&amp;nbsp; "C\ArcGIS\....." , should I use the url location "REST"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 16:46:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546171#M14487</guid>
      <dc:creator>MedMZOURI</dc:creator>
      <dc:date>2020-05-26T16:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: My custom widget can read data from features but cannot edit them</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546172#M14488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Yes I am using a feature service layer..but in my code I'm using the local path of the layer&amp;nbsp; "C\ArcGIS\....." , should I use the url location "REST"?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 16:47:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546172#M14488</guid>
      <dc:creator>MedMZOURI</dc:creator>
      <dc:date>2020-05-26T16:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: My custom widget can read data from features but cannot edit them</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546173#M14489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. Let me check this. Do you know the difference between a FeatureLayer and a FeatureServer URL? Services in esri can come from a FeatureServer and a MapServer type url. You can use a&amp;nbsp;&lt;SPAN&gt;FeatureServer&amp;nbsp;or a MapServer endpoint in the url when you construct a FeatureLayer i code but the FeatureServer url will be the only one that allows editing. There is no using a local path...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 22:10:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546173#M14489</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-05-26T22:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: My custom widget can read data from features but cannot edit them</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546174#M14490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a hosted feature layer (a shared it as a map service in my local server) and in my script I used the local path , and this works correctly in arcgis desktop (I can read and edit data) but in web appbuilder I can only read..In what stage in my script should I use the REST URL of the layer? because I tried using the Rest url instead of the local path but it turns an error (in arcgis desktop) I used it in&amp;nbsp; "arcpy.da.editor("https:// REST URL")&amp;nbsp;&lt;BR /&gt;I heard about using Arcgis API for python..Do i need it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 22:37:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546174#M14490</guid>
      <dc:creator>MedMZOURI</dc:creator>
      <dc:date>2020-05-26T22:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: My custom widget can read data from features but cannot edit them</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546175#M14491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Med,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Your use of terms is really confusing. A Hosted feature layer means AGOL or on premise Portal and that would be a Feature Server Service (not a Map Service).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next you are using python with I have no experience using so I need to let someone with Python experience answer.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 12:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/my-custom-widget-can-read-data-from-features-but/m-p/546175#M14491</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-05-27T12:06:59Z</dc:date>
    </item>
  </channel>
</rss>

