<?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 Attribute Assistant Field Trigger in State &amp; Local Government Questions</title>
    <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-field-trigger/m-p/35915#M227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The description of the field trigger states: "&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;EM&gt;&lt;STRONG&gt;Updates a field to a specified value when the value of another field is updated&lt;/STRONG&gt;&lt;/EM&gt;"&amp;nbsp; I'd like to update a date field when another field is updated.&amp;nbsp; Is it possible to use a method (TIMESTAMP) as the specified value?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;A href="https://community.esri.com/people/mmiller-esristaff"&gt;mmiller-esristaff&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2017 19:14:11 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2017-10-10T19:14:11Z</dc:date>
    <item>
      <title>Attribute Assistant Field Trigger</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-field-trigger/m-p/35915#M227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The description of the field trigger states: "&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;EM&gt;&lt;STRONG&gt;Updates a field to a specified value when the value of another field is updated&lt;/STRONG&gt;&lt;/EM&gt;"&amp;nbsp; I'd like to update a date field when another field is updated.&amp;nbsp; Is it possible to use a method (TIMESTAMP) as the specified value?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;A href="https://community.esri.com/people/mmiller-esristaff"&gt;mmiller-esristaff&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:14:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-field-trigger/m-p/35915#M227</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-10-10T19:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant Field Trigger</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-field-trigger/m-p/35916#M228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, no&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 20:03:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-field-trigger/m-p/35916#M228</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2017-10-11T20:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant Field Trigger</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-field-trigger/m-p/35917#M229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rats....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 21:59:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-field-trigger/m-p/35917#M229</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-10-11T21:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant Field Trigger</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-field-trigger/m-p/35918#M230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You actually can do it but it's abit of a hack to get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a Field_Trigger on a feature to monitor a field, with a&amp;nbsp;placeholder value in the ValueInfo section, something that is very unlikely to appear natively in your data like "11/11/1111". Give the Rule weight a value.&lt;OL&gt;&lt;LI&gt;Note: Dates like "1/1/1111" can cause problems cross systems due to differences in how the system time is set up so stick with 10+ for days and months.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Create an Expression on the same feature on the same field and make an If statement to look for the placeholder value "11/11/1111" then do what you like with the value, if you want the date use the vbExpression: "Date" to pull the current date. Make sure the rule weight is set to NULL, since rules with a weight of Null are always run last.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example of the code:&lt;/P&gt;&lt;TABLE width="1570"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="75"&gt;OBJECTID *&lt;/TD&gt;&lt;TD width="179"&gt;Table Name&lt;/TD&gt;&lt;TD width="154"&gt;FIELDNAME&lt;/TD&gt;&lt;TD width="100"&gt;Value Method&lt;/TD&gt;&lt;TD width="532"&gt;Value Info&lt;/TD&gt;&lt;TD width="64"&gt;On Create&lt;/TD&gt;&lt;TD width="72"&gt;On change&lt;/TD&gt;&lt;TD width="152"&gt;On Change (Geometry)&lt;/TD&gt;&lt;TD width="85"&gt;Manual Only&lt;/TD&gt;&lt;TD width="83"&gt;Rule Weight&lt;/TD&gt;&lt;TD width="74"&gt;Comments&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7896&lt;/TD&gt;&lt;TD&gt;UndergroundStructureArea&lt;/TD&gt;&lt;TD&gt;CONSTRUCTIONSTATUS&lt;/TD&gt;&lt;TD&gt;FIELD_TRIGGER&lt;/TD&gt;&lt;TD&gt;15|STATUSCHANGEDATE|11/11/1111&lt;/TD&gt;&lt;TD&gt;FALSE&lt;/TD&gt;&lt;TD&gt;TRUE&lt;/TD&gt;&lt;TD&gt;FALSE&lt;/TD&gt;&lt;TD&gt;FALSE&lt;/TD&gt;&lt;TD&gt;63&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7893&lt;/TD&gt;&lt;TD&gt;UndergroundStructureArea&lt;/TD&gt;&lt;TD&gt;STATUSCHANGEDATE&lt;/TD&gt;&lt;TD&gt;EXPRESSION&lt;/TD&gt;&lt;TD&gt;IIF([STATUSCHANGEDATE]="11/11/1111" AND [CONSTRUCTIONSTATUS], Date, Null)&lt;/TD&gt;&lt;TD&gt;FALSE&lt;/TD&gt;&lt;TD&gt;TRUE&lt;/TD&gt;&lt;TD&gt;FALSE&lt;/TD&gt;&lt;TD&gt;FALSE&lt;/TD&gt;&lt;TD&gt;&amp;lt;Null&amp;gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 14:27:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-field-trigger/m-p/35918#M230</guid>
      <dc:creator>deleted-user-pZlUMHhkW23Q</dc:creator>
      <dc:date>2017-10-20T14:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant Field Trigger</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-field-trigger/m-p/35919#M231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tristan- hack is my middle name...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/tristanforward"&gt;tristanforward&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 15:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-field-trigger/m-p/35919#M231</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-10-20T15:01:34Z</dc:date>
    </item>
  </channel>
</rss>

