<?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: Editing subtypes in AGOL in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350847#M17573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"However in the case of a subtype field I don't think that I can as it won't give you the choice of using a field as a subtype if it's not a numeric field.&amp;nbsp; And the information it's representing is not numeric information."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;--&amp;gt;You're right, I forgot about that. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I do have an example very similar to yours working, though. When I have some more time I'll look into the details. I'm using ArcGIS Server 10.1 SP1 QIP1. I remember that some of the apps like Collector had this issue for a while, but you're talking about just an ArcGIS Online webmap displayed in a web browser, right?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2014 14:41:34 GMT</pubDate>
    <dc:creator>TobiasFimpel1</dc:creator>
    <dc:date>2014-12-24T14:41:34Z</dc:date>
    <item>
      <title>Editing subtypes in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350843#M17569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a trees layer with over 200 subtypes (one for each tree species) in a field called NameType.&amp;nbsp; Each subtype changes six other fields: SPcode, Genus, Species, Cultivar, SciName and ComName.&amp;nbsp; We're creating a web app to allow editing for field crews with ToughBooks.&amp;nbsp; Currently the field only shows the subtype code plus there's no dropdown to pick other subtypes.&amp;nbsp; For editing to work properly, we need to be able to see a dropdown of all subtype descriptions (not codes, which are meaningless to users) and when one is picked, the other six fields should automatically change.&amp;nbsp; Does anyone know if this even possible with AGOL and if so, does it require custom code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 16:43:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350843#M17569</guid>
      <dc:creator>MartieClemons</dc:creator>
      <dc:date>2014-04-03T16:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Editing subtypes in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350844#M17570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry - no answer but this is exactly what I am trying to sort out as well.&amp;nbsp; No luck so far.&amp;nbsp; I'm just answering this in the hopes that it might trigger something at ESRI... maybe?&amp;nbsp; I'll tackle them about it directly after Christmas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 02:25:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350844#M17570</guid>
      <dc:creator>MicheleH_DNReply</dc:creator>
      <dc:date>2014-12-23T02:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Editing subtypes in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350845#M17571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this an ArcGIS Online hosted feature service, or a you making the feature service available via your own ArcGIS Server instance? In case of the former - I don't know off the top of my head. In case of the latter it's possible but I need more info to help you out. In general I recommend making the code and the description identical because of the description-vs.-value issues you observe with some applications associated with ArcGIS Online.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 03:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350845#M17571</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2014-12-23T03:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Editing subtypes in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350846#M17572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help!&amp;nbsp; We are making the feature service available via our own ArcGIS Server.&amp;nbsp; For domains I do generally make the code and the description the same - I don't think that there are many instances where you actually need them to be different!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in the case of a subtype field I don't think that I can as it won't give you the choice of using a field as a subtype if it's not a numeric field.&amp;nbsp; And the information it's representing is not numeric information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I have a field called ProposedExisting which holds (currently) either a 1 for Proposed and a 2 for Existing&lt;/P&gt;&lt;P&gt;I then have one domain to use for the FeatureType if a feature is classed as Proposed and another for if it is classed as existing.&amp;nbsp; The domains for the FeatureType is working in ArcGIS Online but not the drop-down list for ProposedExisting and - as you say it is only showing the 1 and 2 in this field as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas would be grand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 19:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350846#M17572</guid>
      <dc:creator>MicheleH_DNReply</dc:creator>
      <dc:date>2014-12-23T19:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Editing subtypes in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350847#M17573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"However in the case of a subtype field I don't think that I can as it won't give you the choice of using a field as a subtype if it's not a numeric field.&amp;nbsp; And the information it's representing is not numeric information."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;--&amp;gt;You're right, I forgot about that. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I do have an example very similar to yours working, though. When I have some more time I'll look into the details. I'm using ArcGIS Server 10.1 SP1 QIP1. I remember that some of the apps like Collector had this issue for a while, but you're talking about just an ArcGIS Online webmap displayed in a web browser, right?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 14:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350847#M17573</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2014-12-24T14:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Editing subtypes in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350848#M17574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tobias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I haven't got back to you - but it's just been Christmas hols here so - well, domains and subtypes haven't been on my mind!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"you're talking about just an ArcGIS Online webmap displayed in a web browser, right?"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Yes - that is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again and I hope your Christmas was good - although a wee bit cooler than around these parts I hear!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 18:51:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350848#M17574</guid>
      <dc:creator>MicheleH_DNReply</dc:creator>
      <dc:date>2015-01-06T18:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Editing subtypes in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350849#M17575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to fix this issue with subtype values within ArcGIS Online?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 19:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350849#M17575</guid>
      <dc:creator>EricErtl</dc:creator>
      <dc:date>2015-02-09T19:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Editing subtypes in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350850#M17576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not yet.&amp;nbsp; I've kind of got sidetracked from that particular problem.&amp;nbsp; We have someone creating a site for us and we'll look at it again for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 19:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350850#M17576</guid>
      <dc:creator>MicheleH_DNReply</dc:creator>
      <dc:date>2015-02-12T19:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Editing subtypes in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350851#M17577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Were you able to fix this issue with subtype values within ArcGIS Online? If yes, please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 10:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350851#M17577</guid>
      <dc:creator>RamyaSriram</dc:creator>
      <dc:date>2015-12-16T10:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Editing subtypes in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350852#M17578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you symbolize the feature class based on the field that have a subtype, than it would populate for you.&amp;nbsp;&amp;nbsp; Here is another link about subtype and collector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/141794"&gt;Collector - Default Subtype Values&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 19:42:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/350852#M17578</guid>
      <dc:creator>Rebecca_Fong</dc:creator>
      <dc:date>2016-03-22T19:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Editing subtypes in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/1579965#M63363</link>
      <description>&lt;P&gt;Yes this has been problem for over 4 years now. We have problems with layers with subtypes. I can never add additional categories to subtypes and have them show in the edit templates. I hope Esri can fix this on the next big update push. This has been really hard to deal with over the last 4 years.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 15:42:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editing-subtypes-in-agol/m-p/1579965#M63363</guid>
      <dc:creator>Miralem_Zeljo</dc:creator>
      <dc:date>2025-01-29T15:42:38Z</dc:date>
    </item>
  </channel>
</rss>

