<?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: attributeInspector in sidebar in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attributeinspector-in-sidebar/m-p/162663#M15119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I get for not paying enough attention to what I'm copying from another example!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 13:26:51 GMT</pubDate>
    <dc:creator>TracySchloss</dc:creator>
    <dc:date>2015-10-19T13:26:51Z</dc:date>
    <item>
      <title>attributeInspector in sidebar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attributeinspector-in-sidebar/m-p/162660#M15116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;I've looked at the Editor widget, but it ties me to adding features by map click and places the attributes in the info tag.&amp;nbsp; I want the point to originate with a geocoded address and attributes in the sidebar. &lt;/SPAN&gt;I found an older example that has the attribute editing positioned there, but without any graphic editing.&amp;nbsp; Right now I'm trying to select a point, open the attributeInspector and also let the user drag the point.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works to select and drag the point, but it never opens the attributeInspector.&amp;nbsp; I'm getting an error, which is of no help "unable to complete operation".&amp;nbsp; It provides a line number in the init.js file.&amp;nbsp; I hate these kinds of errors, I can never track down where the problem is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I have so far:&lt;/P&gt;&lt;P&gt;&lt;A href="https://jsbin.com/qupibo/edit?html,output" title="https://jsbin.com/qupibo/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 21:01:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attributeinspector-in-sidebar/m-p/162660#M15116</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2015-10-16T21:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: attributeInspector in sidebar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attributeinspector-in-sidebar/m-p/162661#M15117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tracy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; It is a simple as wrong field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selectQuery.objectIds = [evt.graphic.attributes.OBJECTID];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 22:01:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attributeinspector-in-sidebar/m-p/162661#M15117</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-10-16T22:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: attributeInspector in sidebar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attributeinspector-in-sidebar/m-p/162662#M15118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add to Robert's answer - if you want to determine in code the object id name you can do something like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var oidField = featureLayer.objectIdField;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; selectQuery.objectIds = [evt.graphic.attributes[oidField]];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 23:59:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attributeinspector-in-sidebar/m-p/162662#M15118</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-10-16T23:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: attributeInspector in sidebar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attributeinspector-in-sidebar/m-p/162663#M15119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I get for not paying enough attention to what I'm copying from another example!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 13:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attributeinspector-in-sidebar/m-p/162663#M15119</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2015-10-19T13:26:51Z</dc:date>
    </item>
  </channel>
</rss>

