<?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: Add Hyperlink to Description Field in ArcGIS Workforce Questions</title>
    <link>https://community.esri.com/t5/arcgis-workforce-questions/add-hyperlink-to-description-field/m-p/815841#M811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;Take a look at our schema topic:&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;A href="https://doc.arcgis.com/en/workforce/android-phone/help/workforce-schema.htm" style="color: #954f72; text-decoration: underline;"&gt;https://doc.arcgis.com/en/workforce/android-phone/help/workforce-schema.htm&lt;/A&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;Specifically, the topic for Description :&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="color: #4c4c4c; background-color: white;"&gt;Text for the mobile worker. White space is handled with the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/CSS/white-space#Values" style="color: #954f72; text-decoration: underline;"&gt;&lt;SPAN style="color: #0079c1; background-color: white; text-decoration: none;"&gt;pre-line value&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: white;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;We have plans to honor more capabilities in a future release of Workforce mobile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2019 18:55:31 GMT</pubDate>
    <dc:creator>CraigGillgrass</dc:creator>
    <dc:date>2019-06-20T18:55:31Z</dc:date>
    <item>
      <title>Add Hyperlink to Description Field</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/add-hyperlink-to-description-field/m-p/815840#M810</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;Is there a way to add a hyperlink into the description field? Similar to how you can add hyperlinks to a pop-up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are updating the description field through Python so looks like this, but we want the hyperlink text "EDIT" to come up:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for a in assignment_features:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global = a.attributes['GlobalID']&lt;BR /&gt; URL = '"https://mylink.com/{0}"'.format(Global) &lt;BR /&gt; link = '&amp;lt;a href={0}&amp;gt;EDIT&amp;lt;/a&amp;gt;'.format(URL)&lt;BR /&gt; desc = "{0}\n\n Call the customer".format(link)&lt;BR /&gt; a.attributes['description'] = desc&lt;BR /&gt; assignments_FL.edit_features(updates = all_features)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how it looks in the description:&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/450661_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 21:08:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/add-hyperlink-to-description-field/m-p/815840#M810</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-18T21:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add Hyperlink to Description Field</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/add-hyperlink-to-description-field/m-p/815841#M811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;Take a look at our schema topic:&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;A href="https://doc.arcgis.com/en/workforce/android-phone/help/workforce-schema.htm" style="color: #954f72; text-decoration: underline;"&gt;https://doc.arcgis.com/en/workforce/android-phone/help/workforce-schema.htm&lt;/A&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;Specifically, the topic for Description :&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&lt;SPAN style="color: #4c4c4c; background-color: white;"&gt;Text for the mobile worker. White space is handled with the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/CSS/white-space#Values" style="color: #954f72; text-decoration: underline;"&gt;&lt;SPAN style="color: #0079c1; background-color: white; text-decoration: none;"&gt;pre-line value&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: white;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; color: #000000; text-indent: 0px; text-decoration: none;"&gt;We have plans to honor more capabilities in a future release of Workforce mobile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 18:55:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/add-hyperlink-to-description-field/m-p/815841#M811</guid>
      <dc:creator>CraigGillgrass</dc:creator>
      <dc:date>2019-06-20T18:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Add Hyperlink to Description Field</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/add-hyperlink-to-description-field/m-p/1108062#M2193</link>
      <description>&lt;P&gt;Are there updates on this ? I currently pass a html hyperlink&amp;nbsp; to a survey that's generated in arcade into the description field&amp;nbsp; but would like to change it to an nicely formatted description&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 18:25:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/add-hyperlink-to-description-field/m-p/1108062#M2193</guid>
      <dc:creator>Brian1</dc:creator>
      <dc:date>2021-10-15T18:25:11Z</dc:date>
    </item>
  </channel>
</rss>

