<?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: Why aren't all symbols generating when creating a template? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/why-aren-t-all-symbols-generating-when-creating-a/m-p/204730#M9036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure.&amp;nbsp;Just a warning, it's ugly (and may be why&amp;nbsp;I'm having issues). Reason I went with&amp;nbsp;the custom expression was I needed&amp;nbsp;to symbolize unique values based on more than 3 fields. Here's the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var loc = DomainName($feature,"TREELOC")&lt;BR /&gt;var maint = DomainName($feature,"MAINTREQ1")&lt;BR /&gt;var monitor = DomainName($feature,"MONITOR")&lt;BR /&gt;var status = DomainName($feature,"ASSTAT")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (maint == 'Tree Removal'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;if (loc == 'Street Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Street Tree (To Remove)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else if (loc == 'Park Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Park Tree (To Remove)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else if (loc == 'Track'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Track Tree (To Remove)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Other (To Remove)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (maint == 'Stump grind(&amp;lt;0.3m)'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Stump Grind Required';&lt;BR /&gt;}&lt;BR /&gt; &lt;BR /&gt;if (maint == 'Stump grind(&amp;gt;0.6m)'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Stump Grind Required';&lt;BR /&gt;}&lt;BR /&gt; &lt;BR /&gt;if (maint == 'Stump grind(0.3-0.6m)'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Stump Grind Required';&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (monitor == 'Yes'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;if (loc == 'Street Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Street Tree (Monitor)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else if (loc == 'Park Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Park Tree (Monitor)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else if (loc == 'Track'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Track Tree (Monitor)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Other (Monitor)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (status == 'Tree removed'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Removed';&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (status == 'To be planted'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'To be Planted';&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (loc == 'Street Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Street Tree';&lt;BR /&gt;}&lt;BR /&gt;else if (loc == 'Park Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Park Tree';&lt;BR /&gt;}&lt;BR /&gt;else if (loc == 'Track'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Track Tree';&lt;BR /&gt;}&lt;BR /&gt;else{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Other';&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I don't get the problem if I use the Symbology panel to create my symbols, but I require more than 3 fields&amp;nbsp;to base it off. So there is either a problem with my expression or templates can't be created from custom expressions (which I doubt, but haven't tested).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2019 18:30:12 GMT</pubDate>
    <dc:creator>ZakBrown</dc:creator>
    <dc:date>2019-10-21T18:30:12Z</dc:date>
    <item>
      <title>Why aren't all symbols generating when creating a template?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/why-aren-t-all-symbols-generating-when-creating-a/m-p/204728#M9034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a feature class with symbology defined by a custom Arcade expression and applied the following symbology:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/464360_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;However, when I go to create a template of this symbology using &lt;STRONG&gt;Manage&lt;/STRONG&gt; &lt;STRONG&gt;Templates --&amp;gt; New --&amp;gt; Templates for Layer&lt;/STRONG&gt; it only generates the first symbol in the list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/464361_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;If I select a single feature and try to generate the a single template from that feature using &lt;STRONG&gt;Template from Feature...&lt;/STRONG&gt; it uses the same symbol regardless of the feature you select:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/464362_pastedImage_6.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;I'm using ArcGIS Pro 2.4.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Oct 2019 20:37:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/why-aren-t-all-symbols-generating-when-creating-a/m-p/204728#M9034</guid>
      <dc:creator>ZakBrown</dc:creator>
      <dc:date>2019-10-20T20:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why aren't all symbols generating when creating a template?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/why-aren-t-all-symbols-generating-when-creating-a/m-p/204729#M9035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we please see the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 15:43:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/why-aren-t-all-symbols-generating-when-creating-a/m-p/204729#M9035</guid>
      <dc:creator>Scott_Harris</dc:creator>
      <dc:date>2019-10-21T15:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why aren't all symbols generating when creating a template?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/why-aren-t-all-symbols-generating-when-creating-a/m-p/204730#M9036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure.&amp;nbsp;Just a warning, it's ugly (and may be why&amp;nbsp;I'm having issues). Reason I went with&amp;nbsp;the custom expression was I needed&amp;nbsp;to symbolize unique values based on more than 3 fields. Here's the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var loc = DomainName($feature,"TREELOC")&lt;BR /&gt;var maint = DomainName($feature,"MAINTREQ1")&lt;BR /&gt;var monitor = DomainName($feature,"MONITOR")&lt;BR /&gt;var status = DomainName($feature,"ASSTAT")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (maint == 'Tree Removal'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;if (loc == 'Street Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Street Tree (To Remove)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else if (loc == 'Park Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Park Tree (To Remove)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else if (loc == 'Track'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Track Tree (To Remove)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Other (To Remove)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (maint == 'Stump grind(&amp;lt;0.3m)'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Stump Grind Required';&lt;BR /&gt;}&lt;BR /&gt; &lt;BR /&gt;if (maint == 'Stump grind(&amp;gt;0.6m)'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Stump Grind Required';&lt;BR /&gt;}&lt;BR /&gt; &lt;BR /&gt;if (maint == 'Stump grind(0.3-0.6m)'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Stump Grind Required';&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (monitor == 'Yes'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;if (loc == 'Street Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Street Tree (Monitor)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else if (loc == 'Park Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Park Tree (Monitor)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else if (loc == 'Track'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Track Tree (Monitor)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Other (Monitor)';&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (status == 'Tree removed'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Removed';&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (status == 'To be planted'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'To be Planted';&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (loc == 'Street Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Street Tree';&lt;BR /&gt;}&lt;BR /&gt;else if (loc == 'Park Tree'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Park Tree';&lt;BR /&gt;}&lt;BR /&gt;else if (loc == 'Track'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Track Tree';&lt;BR /&gt;}&lt;BR /&gt;else{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Other';&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I don't get the problem if I use the Symbology panel to create my symbols, but I require more than 3 fields&amp;nbsp;to base it off. So there is either a problem with my expression or templates can't be created from custom expressions (which I doubt, but haven't tested).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 18:30:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/why-aren-t-all-symbols-generating-when-creating-a/m-p/204730#M9036</guid>
      <dc:creator>ZakBrown</dc:creator>
      <dc:date>2019-10-21T18:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why aren't all symbols generating when creating a template?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/why-aren-t-all-symbols-generating-when-creating-a/m-p/204731#M9037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Zak. It seems that you aren't the only one reporting this issue. Here is what seems like a very similar problem being reported through Esri Technical Support:&amp;nbsp;&lt;EM style="background-color: #ffffff; color: #080707; "&gt;[BUG-000118031&amp;nbsp;Symbology is not applied to the template while creating a new feature when the Arcade symbology is used on the layer.]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #080707; background-color: #ffffff;"&gt;My suggestion would be to contact Support so they can verify it's the same issue and attach your case to it for tracking purposes. Here is contact info:&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/contact-tech-support" title="https://support.esri.com/en/contact-tech-support"&gt;Esri Support Contact Support&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #080707; background-color: #ffffff;"&gt;The ArcGIS Pro development team is aware of another &lt;EM&gt;seemingly&lt;/EM&gt; similar issue and working on a fix for a future release. U&lt;/SPAN&gt;&lt;SPAN style="color: #080707; background-color: #ffffff;"&gt;ntil it's resolved, I think you should be able to manually create the feature templates that you need.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #080707; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #080707; background-color: #ffffff;"&gt;Scott&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 19:43:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/why-aren-t-all-symbols-generating-when-creating-a/m-p/204731#M9037</guid>
      <dc:creator>Scott_Harris</dc:creator>
      <dc:date>2019-10-21T19:43:37Z</dc:date>
    </item>
  </channel>
</rss>

