The description of the field trigger states: "Updates a field to a specified value when the value of another field is updated" I'd like to update a date field when another field is updated. Is it possible to use a method (TIMESTAMP) as the specified value?
Solved! Go to Solution.
Unfortunately, no
Unfortunately, no
Rats....
You actually can do it but it's abit of a hack to get it to work.
Here's an example of the code:
OBJECTID * | Table Name | FIELDNAME | Value Method | Value Info | On Create | On change | On Change (Geometry) | Manual Only | Rule Weight | Comments |
7896 | UndergroundStructureArea | CONSTRUCTIONSTATUS | FIELD_TRIGGER | 15|STATUSCHANGEDATE|11/11/1111 | FALSE | TRUE | FALSE | FALSE | 63 | |
7893 | UndergroundStructureArea | STATUSCHANGEDATE | EXPRESSION | IIF([STATUSCHANGEDATE]="11/11/1111" AND [CONSTRUCTIONSTATUS], Date, Null) | FALSE | TRUE | FALSE | FALSE | <Null> |