<?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: Worker App Assignment Symbology in ArcGIS Workforce Questions</title>
    <link>https://community.esri.com/t5/arcgis-workforce-questions/worker-app-assignment-symbology/m-p/1081713#M2081</link>
    <description>&lt;P&gt;Thanks Craig, email has been sent...&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jul 2021 13:18:50 GMT</pubDate>
    <dc:creator>JakeMatthys</dc:creator>
    <dc:date>2021-07-22T13:18:50Z</dc:date>
    <item>
      <title>Worker App Assignment Symbology</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/worker-app-assignment-symbology/m-p/1081099#M2077</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We would like to change the Assignment symbology for the Workforce Workers app for Assignments that have a Status of 'Assigned' and a Priority of 'Critical' so that these assignments are more visible on the mobile app for workers.&lt;/P&gt;&lt;P&gt;We use the following arcade expression to add the new status value (for symbology purposes) and then symbolize in the Workers map.&amp;nbsp; This result meets our expectations when viewing the Worker map in the map viewer, but when opening the Workforce project on a mobile device, the symbol next to the assignment in the assignment list is not present.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wondering if it is even possible to manipulate the symbols in the Workforce Workers App?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Jake&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;function calcSymbolClass(status, priority)
{
if (status == 1 &amp;amp;&amp;amp; priority == 4) {
return 7;
} else {
return status;
}
}

calcSymbolClass($feature.status, $feature.priority);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 22:04:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/worker-app-assignment-symbology/m-p/1081099#M2077</guid>
      <dc:creator>JakeMatthys</dc:creator>
      <dc:date>2021-07-20T22:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Worker App Assignment Symbology</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/worker-app-assignment-symbology/m-p/1081494#M2080</link>
      <description>&lt;P&gt;Hi Jake,&lt;/P&gt;&lt;P&gt;This isn't currently supported in the mobile app.&lt;/P&gt;&lt;P&gt;Please reach out on email with your use case, would be good to get this into our backlog so we can evaluate adding this support&amp;nbsp;in the roadmap.&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 19:29:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/worker-app-assignment-symbology/m-p/1081494#M2080</guid>
      <dc:creator>CraigGillgrass</dc:creator>
      <dc:date>2021-07-21T19:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Worker App Assignment Symbology</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/worker-app-assignment-symbology/m-p/1081713#M2081</link>
      <description>&lt;P&gt;Thanks Craig, email has been sent...&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 13:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/worker-app-assignment-symbology/m-p/1081713#M2081</guid>
      <dc:creator>JakeMatthys</dc:creator>
      <dc:date>2021-07-22T13:18:50Z</dc:date>
    </item>
  </channel>
</rss>

