<?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 Symbology derived from an Arcade expression not permitting template usage in Field Maps in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/symbology-derived-from-an-arcade-expression-not/m-p/1217991#M4614</link>
    <description>&lt;P&gt;I am developing a field map layer for us to record polygonal progress through a forestry unit. The symbology for the progress layer was complicated enough that it required the use of an Arcade expression to correctly display.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have beta-tested the field map and identified a user need to incorporate templates in this layer.&amp;nbsp; However, when we go to configure the form, template are unable to be added.&amp;nbsp; The below screenshot is what is displayed:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BenCampbell2_0-1664562518652.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52671iB81847387363A75D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BenCampbell2_0-1664562518652.png" alt="BenCampbell2_0-1664562518652.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My user account owns the layer, and I am able to change templates on other layers.&amp;nbsp; Reading other help articles, it appears that it might not be possible to use templates if the symbology is derived from Arcade.&amp;nbsp; I am not sure why, as it seems like the template should just ingest the layer's form to allow for default values.&amp;nbsp; i also cannot configure the default values feature, however, there is a message posted indicating I can't do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the Arcade expression I am using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;var type = $feature.Type
var piling = $feature.Piling
var covering = $feature.Covering
var fireline = $feature.Fireline

if (type == "Machine work"){ 
    if ((piling == "Yes" &amp;amp;&amp;amp; covering == "Yes" &amp;amp;&amp;amp; fireline == "Yes") || piling == "NA" ){ 
      return "Complete Machine Work"}
    else {return "Incomplete Machine Work"}
}

else if (type == "Handwork"){
    if (piling == "Yes" &amp;amp;&amp;amp; covering == "Yes" &amp;amp;&amp;amp; fireline == "Yes") {
    return "Complete Handwork"}
    else{return "Incomplete Handwork"}
}

else {return "Other"}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2022 18:34:00 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2022-09-30T18:34:00Z</dc:date>
    <item>
      <title>Symbology derived from an Arcade expression not permitting template usage in Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/symbology-derived-from-an-arcade-expression-not/m-p/1217991#M4614</link>
      <description>&lt;P&gt;I am developing a field map layer for us to record polygonal progress through a forestry unit. The symbology for the progress layer was complicated enough that it required the use of an Arcade expression to correctly display.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have beta-tested the field map and identified a user need to incorporate templates in this layer.&amp;nbsp; However, when we go to configure the form, template are unable to be added.&amp;nbsp; The below screenshot is what is displayed:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BenCampbell2_0-1664562518652.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52671iB81847387363A75D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BenCampbell2_0-1664562518652.png" alt="BenCampbell2_0-1664562518652.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My user account owns the layer, and I am able to change templates on other layers.&amp;nbsp; Reading other help articles, it appears that it might not be possible to use templates if the symbology is derived from Arcade.&amp;nbsp; I am not sure why, as it seems like the template should just ingest the layer's form to allow for default values.&amp;nbsp; i also cannot configure the default values feature, however, there is a message posted indicating I can't do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the Arcade expression I am using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;var type = $feature.Type
var piling = $feature.Piling
var covering = $feature.Covering
var fireline = $feature.Fireline

if (type == "Machine work"){ 
    if ((piling == "Yes" &amp;amp;&amp;amp; covering == "Yes" &amp;amp;&amp;amp; fireline == "Yes") || piling == "NA" ){ 
      return "Complete Machine Work"}
    else {return "Incomplete Machine Work"}
}

else if (type == "Handwork"){
    if (piling == "Yes" &amp;amp;&amp;amp; covering == "Yes" &amp;amp;&amp;amp; fireline == "Yes") {
    return "Complete Handwork"}
    else{return "Incomplete Handwork"}
}

else {return "Other"}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 18:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/symbology-derived-from-an-arcade-expression-not/m-p/1217991#M4614</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-09-30T18:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology derived from an Arcade expression not permitting template usage in Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/symbology-derived-from-an-arcade-expression-not/m-p/1564308#M10082</link>
      <description>&lt;P&gt;Hi there, I know this is an oldie, but were you able to get this resolved? Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 19:56:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/symbology-derived-from-an-arcade-expression-not/m-p/1564308#M10082</guid>
      <dc:creator>BigLouC</dc:creator>
      <dc:date>2024-12-03T19:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology derived from an Arcade expression not permitting template usage in Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/symbology-derived-from-an-arcade-expression-not/m-p/1565194#M10102</link>
      <description>&lt;P&gt;Found a solution from another contributor&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-questions/symbology-from-arcade-expression-not-shown-in/m-p/1565025#M10100" target="_blank"&gt;https://community.esri.com/t5/arcgis-field-maps-questions/symbology-from-arcade-expression-not-shown-in/m-p/1565025#M10100&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 16:29:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/symbology-derived-from-an-arcade-expression-not/m-p/1565194#M10102</guid>
      <dc:creator>BigLouC</dc:creator>
      <dc:date>2024-12-05T16:29:18Z</dc:date>
    </item>
  </channel>
</rss>

