<?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 GUID field not editable in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9023#M248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a layer with a GUID field that I need to copy/paste the GlobalID from another layer into. But for some reason the GUID field is greyed out in the edit pop-up in the FlexViewer. In both the javascript (web app builder) and silverlight viewer this field is editable. Any idea why this is and how to enable editing on this field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 04:44:44 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2014-09-26T04:44:44Z</dc:date>
    <item>
      <title>GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9023#M248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a layer with a GUID field that I need to copy/paste the GlobalID from another layer into. But for some reason the GUID field is greyed out in the edit pop-up in the FlexViewer. In both the javascript (web app builder) and silverlight viewer this field is editable. Any idea why this is and how to enable editing on this field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 04:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9023#M248</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-09-26T04:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9024#M249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The GlobalID field should not be editable in those other APIs. Flex API has it right that you can not edit a GlobalID field. The whole purpose of a GlobalID field is &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Global ID and GUID data types store registry style strings consisting of 36 characters enclosed in curly brackets. These strings uniquely identify a feature or table row within a geodatabase and across geodatabases. This is how features are tracked in one-way and two-way geodatabase replication. Developers can use them in relationships or in any application requiring globally unique identifiers. In a relationship, if a Global ID field is the origin key, a GUID field must be the destination key. You can add global IDs to a dataset in a geodatabase by right-clicking it in the Catalog tree and clicking &lt;SPAN class="uicontrol"&gt;Add Global IDs&lt;/SPAN&gt;. The geodatabase will then maintain these values automatically. You can create the GUID field as well, but you must maintain its values.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So how could it do its assigned purpose if you could copy a GUID from on feature to another yourself? ArcGIS is responsible for assigning the GUID when the feature is created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:51:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9024#M249</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-09-26T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9025#M250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. However I am not trying to edit the actual GlobalID field. I am trying to copy the GlobalID field from one layer and paste it into a GUID-type field in another layer to create the relationship between the two layers. The question is why the paste is not allowed? I can do this copy/paste directly in Arcmap no problems but not in Flex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 19:34:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9025#M250</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-09-26T19:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9026#M251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The only thing I can think of is that the Flex API team choose to make the GlobalID filed non-editable to prevent users from entering invalid data into the GUID Field. Maybe &lt;A href="https://community.esri.com/migrated-users/2906"&gt;Bjorn Svensson&lt;/A&gt;‌ can shed some more light on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 20:48:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9026#M251</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-09-26T20:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9027#M252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2009/09/28/guids-as-ids/" title="http://blogs.esri.com/esri/arcgis/2009/09/28/guids-as-ids/"&gt;GUID's as ID's | ArcGIS Blog&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 20:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9027#M252</guid>
      <dc:creator>Venkata_RaoTammineni</dc:creator>
      <dc:date>2014-09-26T20:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9028#M253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may have to convert the data type ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 20:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9028#M253</guid>
      <dc:creator>Venkata_RaoTammineni</dc:creator>
      <dc:date>2014-09-26T20:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9029#M254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert - I'll wait to see if Bjorn has any comment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 21:15:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9029#M254</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-09-26T21:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9030#M255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Venkata but this article doesn't address the question of why I can't paste into a GUID type field. Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 21:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9030#M255</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-09-26T21:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9031#M256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any GUID field seems to be greyed out so I can't paste the value in there to begin with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 21:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9031#M256</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-09-26T21:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9032#M257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it might be possible to change that using skins if you are compiling with the Viewer source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is also something we could consider for the next release. &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-viewer-flex/issues" title="https://github.com/Esri/arcgis-viewer-flex/issues"&gt;https://github.com/Esri/arcgis-viewer-flex/issues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Longer story:&amp;nbsp; In Flex, the older MX Label can be made selectable, while Spark Label cannot.&amp;nbsp; &lt;SPAN style="line-height: 1.5;"&gt;This is an Adobe/Apache SDK optimization thing. When we migrated the flexviewer from MX to Spark, we often ended up with Spark labels (where you cannot select text).&amp;nbsp; Sometimes you want to be able to copy/select it, and for those cases you cannot use Spark Label. Instead you have to use something like &lt;SPAN style="color: #000000; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;"&gt;RichText.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 22:05:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9032#M257</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-09-26T22:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9033#M258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Bjorn. We have been comparing using Flex/Silverlight/JS and all three currently seem to have issues preventing us from doing what we want! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; This particular issue rules out using Flex for this particular use at present, and I think long term we will look at using the JS solution as our preferred option once the issues with that are resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 22:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9033#M258</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-09-26T22:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9034#M259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're comparing and trying to figure out which of the JS/Flex/SL to use, I would strongly recommend Javascript.&amp;nbsp; See &lt;A href="http://blogs.esri.com/esri/arcgis/2014/02/21/esris-roadmap-for-web-developers/" title="http://blogs.esri.com/esri/arcgis/2014/02/21/esris-roadmap-for-web-developers/"&gt;http://blogs.esri.com/esri/arcgis/2014/02/21/esris-roadmap-for-web-developers/ &lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also for Web Builder, did you know that the latest beta is now available as part of ArcGIS Online: &lt;A href="http://blogs.esri.com/esri/arcgis/2014/09/24/whats-new-in-arcgis-online-september-2014/" title="http://blogs.esri.com/esri/arcgis/2014/09/24/whats-new-in-arcgis-online-september-2014/"&gt;http://blogs.esri.com/esri/arcgis/2014/09/24/whats-new-in-arcgis-online-september-2014/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 23:28:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9034#M259</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-09-26T23:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: GUID field not editable</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9035#M260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, certainly javascript is the way we intend to go but we have run into a separate unrelated issue with javascript that is preventing us from using it right at the moment so I was hoping the Flex or Silverlight viewers would do 'out-of-the-box' what we needed in the interim.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am following up the javascript issue separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;-Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 06:10:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/guid-field-not-editable/m-p/9035#M260</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-09-27T06:10:05Z</dc:date>
    </item>
  </channel>
</rss>

