Last time used a Thing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Last time used a Thing
Hello there,
Is a way to see when was last used a Thing? Or a service? I try to search on Internet and in Thingworx, but I can't find anything about that.
Solved! Go to Solution.
- Labels:
-
Analytics
-
Best Practices
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Adding to the previous options, you could add a DATETIME property named "lastAccess" to your thing. In the service, you would update this property with the current date. So whenever the service is called, the property will be updated. This way you can track when the service(s) of that thing were called last.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @tenegabi ,
If you want to check any changes that might have happened, you can check in the change history tab of the respective Thing.
Regards
Bhawna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @bchaudhary ,
Not this options, I know already this, I want to know when was run last time a Thing, not last modify a service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What do you mean by "used", when a property value was updated, or a service called? Or just when someone "looked" at it?
There is no way to track if a Thing was returned by a query or if someone just looked at it.
For editing access you can use subscriptions (on DataChangeEvent) and custom logging, Value Streams or the Audit Subsystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @Rocko ,
I have a lot of Things, one of them are part an application on my company, I have a task to see what application is unused for more 90 days, if is unused more that 90 days we will delete the application. I don' know if I explain good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Adding to the previous options, you could add a DATETIME property named "lastAccess" to your thing. In the service, you would update this property with the current date. So whenever the service is called, the property will be updated. This way you can track when the service(s) of that thing were called last.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ok, I understand, something else from Thingworx is do not exist?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Audit Subsystem, as I mentioned.
