K1000 Scripting - Can you have it log the user that ran the script.
Hi there!
We have a few people in the team that have access to the K1000. We have started scripting our Application installations, and having them install applications via Scripting > Run Now. We were wondering if there was a way that we could be able to see who has pushed a certain installation out?
Cheers,
Brendan
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
dugullett
11 years ago
In 5.4 you can go to Settings>History>Object History Listing. As long as you have your settings to track that info Settings>History>Object History Configuration.
You can also run a report.
SELECT NAME, USER_TEXT, TIME FROM ORG1.OBJECT_HISTORY O WHERE CHANGE_TYPE = 'EVENT' ORDER BY TIME
Comments:
-
You are the best. Thank you! Regarding the report, how do I order by latest time first? - bhallida 11 years ago
-
-
This is great. Building on it, would it also be possible to query which machines/labels/etc that it was pushed to? - captains1stm8 8 years ago
-
Wow. Thank you for the speedy responses! This has worked a treat! - bhallida 11 years ago