Assets -> get creation date, modified date ...
I query the scsmdwh db to get a complete list of all assets with their properties but I can't find the creation date property anywhere. After some research I found a link that says this should be inside the operational db - entitylog, but this seems extreme complex for such a simple question. Is it really the only way ? tnx
Best Answer
-
Brett_Moffett Cireson PACE Super IT Monkey ✭✭✭✭✭Hi @Tommy_Kozlowski
If you are looking specifically for when the Hardware Asset CI was created then yes this is the only way to do this.
Any CI is an entity that gets created and that information is stored in the Entity log. Making a second copy of that data and storing it in a field like "Created Date" within the CI's data would just duplicate data.
I hope this has answered your question.5
Answers
If you are looking specifically for when the Hardware Asset CI was created then yes this is the only way to do this.
Any CI is an entity that gets created and that information is stored in the Entity log. Making a second copy of that data and storing it in a field like "Created Date" within the CI's data would just duplicate data.
I hope this has answered your question.