Posts: 335
Threads: 75
Joined: Jun 2017
Reputation:
6
Hi, is possible to access to system "updated at" object values??
I want to put this times at visu to see real values updating time and not create any additional scripts for that. Can we do such things?
Alex
Posts: 87
Threads: 13
Joined: Oct 2015
Reputation:
6
Hi
I want to know if the last update was through a button press or a visualization action, so who did it
How can I do this ?
Thanks
Nicky
Posts: 1764
Threads: 6
Joined: Jul 2015
Reputation:
117
27.01.2019, 22:24
(This post was last modified: 27.01.2019, 22:41 by Erwin van der Zwart.)
Hi,
The sender source is part of the event, but this can only be fetched during the event itself and is not recorded in the database ‘objects’ table, so there is no way to get this from grp.find like this sample above.
When you log a object the sender source is added to the log inside the database in the table 'objectlog' inside field 'sender', here you could request this data afterwards, downside is that you have to enable the logs on the object you want to know this from.
BR,
Erwin
Posts: 87
Threads: 13
Joined: Oct 2015
Reputation:
6
Thanks Erwin, I was afraight of that.
Might add an event handler to store it in a custom attribute