I have created a report to bulk update valid to, AT_VALID_TO, and valid from, AT_VALID_FROM, attributes …. obviously this will automatically update the Last Change date AT_LAST_CHNG_2. Is there a way to prevent Last Change date from being updated?
3 Replies
-
Hi,
You can check an example of this code in the report Import translated attributes, as I remember there was an example where you can import an attribute without changing the attribute Last change.
-
Could not find any code that looked like controlling Last Change attribute.... any clues?
-
This method switches off the changing of Last change:
ArisData.getActiveDatabase().setAutoTouch(true);