<?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: applyEdits and AttributeInspector in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/applyedits-and-attributeinspector/m-p/38489#M3257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In other words, I am trying to create a tool where user will be able to:&lt;/P&gt;&lt;P&gt;1. select a record from featuretable and move the corresponding pt to map click location.&amp;nbsp; This part I working great. &lt;/P&gt;&lt;P&gt;2. After the pt is moved, I would like attributeInspector to open so user can change a value of a column.&amp;nbsp; This is where I am stuck.&amp;nbsp; Any suggestions?&amp;nbsp; Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2015 14:10:45 GMT</pubDate>
    <dc:creator>BC</dc:creator>
    <dc:date>2015-11-17T14:10:45Z</dc:date>
    <item>
      <title>applyEdits and AttributeInspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/applyedits-and-attributeinspector/m-p/38488#M3256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to move a point of featureservice based on user click but lost on how to use attributeInspector to update a field value for that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas or suggestions?&amp;nbsp; Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;map.on("click", function(evt){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (functionMode == "3"){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var selFeatures = flAddressPoints.getSelectedFeatures();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var targetGraphic = selFeatures[0].setGeometry(evt.mapPoint);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flAddressPoints.applyEdits(null,[targetGraphic],null,function(feature){&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }); &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else if (functionMode == "1") {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert("aaa");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //alert("bbb");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 22:28:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/applyedits-and-attributeinspector/m-p/38488#M3256</guid>
      <dc:creator>BC</dc:creator>
      <dc:date>2015-11-16T22:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: applyEdits and AttributeInspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/applyedits-and-attributeinspector/m-p/38489#M3257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In other words, I am trying to create a tool where user will be able to:&lt;/P&gt;&lt;P&gt;1. select a record from featuretable and move the corresponding pt to map click location.&amp;nbsp; This part I working great. &lt;/P&gt;&lt;P&gt;2. After the pt is moved, I would like attributeInspector to open so user can change a value of a column.&amp;nbsp; This is where I am stuck.&amp;nbsp; Any suggestions?&amp;nbsp; Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 14:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/applyedits-and-attributeinspector/m-p/38489#M3257</guid>
      <dc:creator>BC</dc:creator>
      <dc:date>2015-11-17T14:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: applyEdits and AttributeInspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/applyedits-and-attributeinspector/m-p/38490#M3258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample that uses the Attribute Inspector: &lt;A href="https://developers.arcgis.com/javascript/jssamples/ed_attribute_inspector.html" title="https://developers.arcgis.com/javascript/jssamples/ed_attribute_inspector.html"&gt;Using the attribute inspector | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That might help you get some code started and if you run into issues you could post it here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 17:43:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/applyedits-and-attributeinspector/m-p/38490#M3258</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-11-19T17:43:22Z</dc:date>
    </item>
  </channel>
</rss>

