<?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 Automating Field Data in ArcMap in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/automating-field-data-in-arcmap/m-p/1492108#M4904</link>
    <description>&lt;P&gt;I am trying to get a data field named "Site_NGUID" to automatically populate data.&lt;/P&gt;&lt;P&gt;The data to populate needs to have special text in front of and at the end of another field.&lt;/P&gt;&lt;P&gt;The example would be: 'SSAP' + (Object ID Field) + '@BC4011' = "Site_NGUID"&lt;/P&gt;&lt;P&gt;So the populated text should look like this: &lt;A href="mailto:SSAP258@BC4011" target="_blank"&gt;SSAP258@BC4011&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try the field calculator query below, I get an error.&amp;nbsp; Also, is there a way to automate this field population for any new address points that are added?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-06-13 153545.png" style="width: 462px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107017iEEE034F8E55A31F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-06-13 153545.png" alt="Screenshot 2024-06-13 153545.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jun 2024 20:44:33 GMT</pubDate>
    <dc:creator>CameronKoehler</dc:creator>
    <dc:date>2024-06-13T20:44:33Z</dc:date>
    <item>
      <title>Automating Field Data in ArcMap</title>
      <link>https://community.esri.com/t5/arcmap-questions/automating-field-data-in-arcmap/m-p/1492108#M4904</link>
      <description>&lt;P&gt;I am trying to get a data field named "Site_NGUID" to automatically populate data.&lt;/P&gt;&lt;P&gt;The data to populate needs to have special text in front of and at the end of another field.&lt;/P&gt;&lt;P&gt;The example would be: 'SSAP' + (Object ID Field) + '@BC4011' = "Site_NGUID"&lt;/P&gt;&lt;P&gt;So the populated text should look like this: &lt;A href="mailto:SSAP258@BC4011" target="_blank"&gt;SSAP258@BC4011&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try the field calculator query below, I get an error.&amp;nbsp; Also, is there a way to automate this field population for any new address points that are added?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-06-13 153545.png" style="width: 462px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107017iEEE034F8E55A31F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-06-13 153545.png" alt="Screenshot 2024-06-13 153545.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:44:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/automating-field-data-in-arcmap/m-p/1492108#M4904</guid>
      <dc:creator>CameronKoehler</dc:creator>
      <dc:date>2024-06-13T20:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Field Data in ArcMap</title>
      <link>https://community.esri.com/t5/arcmap-questions/automating-field-data-in-arcmap/m-p/1492148#M4905</link>
      <description>&lt;P&gt;Close (need double quotes instead of single, and cast the numeric OID to string).&amp;nbsp; This is working for me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;"SSAP" + str( !OBJECTID! ) + "@BC4011"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RhettZufelt_0-1718315913327.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107027iC17B67EF74FB23D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="RhettZufelt_0-1718315913327.png" alt="RhettZufelt_0-1718315913327.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To 'automagically' populate the fields, look into &lt;A href="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/#expression" target="_self"&gt;Attribute Assistant Expression function&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 22:01:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/automating-field-data-in-arcmap/m-p/1492148#M4905</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2024-06-13T22:01:21Z</dc:date>
    </item>
  </channel>
</rss>

