Jump to: navigation, search

Difference between revisions of "Property-Value Journal"


 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==General information==
+
A journal feature for a single property is available since version 2.2.1. {{UBIK}} logs changes of property values in the system and provides a mechanism to evaluate information about
Since Version 2.2.1 UBIK supports the a journal feature for every single property. UBIK logs the change of every propertyvalue in the system and provides a mechanism to see who changed what property and when. The journal feature must be activated for every single Property ([[Activate_Logging_of_PropertyValues]]).
+
* the user changing a property value
 +
* the timestamp the property value has changed
  
{{Hint|Once the logging is activated, every change on the property will be logged in the database}}
+
The journal feature can be activated for each single [[MetaProperty]], see ([[HowTo:Activate Logging of PropertyValues]]).
  
 +
{{Hint|Once the logging is activated, every change on the property will be logged in the database}}
  
 
== Journal ==
 
== Journal ==
It is possible to see a list of all changes (per property) by using the object explorer.
+
It is possible to see a list of all changes (per property) by using the {{Object Explorer}}.
By exploring an instance it is possible to browse through all Properties. If the journal feature is activated for a property you see a list of all changed values in the properties of this UBIK Property object.
+
By exploring an instance it is possible to browse through all its properties. If the journal feature is activated, a list of all changes made to a property value can be shown:
  
 
<br/>[[File:Property_Journal.000.PNG|border]]
 
<br/>[[File:Property_Journal.000.PNG|border]]
Line 19: Line 21:
 
| LastChange|| Displays the very last change (on the timeline) that were made for the current property
 
| LastChange|| Displays the very last change (on the timeline) that were made for the current property
 
|-
 
|-
| UTS|| If the logging is activated, it is possible to see the Timestamp of the last change for the current property
+
| UTS|| If the logging is activated, it shows to see the time stamp of the last change for the current property.<br />If not activated, it shows the creation time stamp of the object.
 
|-
 
|-
 
| ValueChangeLogActive|| Indicates whether the logging is activated for the current property
 
| ValueChangeLogActive|| Indicates whether the logging is activated for the current property
 
|-
 
|-
 
|}
 
|}
 
 
 
  
 
=== Changelogs ===
 
=== Changelogs ===
By opening the collection Changelogs you see an overview of all changes. It is possible to view the details of every single log entry by browsing into the Changelog.
+
By opening the changelogs list you see an overview of all commited value changes. It is possible to view the details of every single log entry by browsing through the changelog.
  
 
<br/>[[File:Property_Journal.001.PNG|border]]
 
<br/>[[File:Property_Journal.001.PNG|border]]
Line 37: Line 36:
 
! Property!! Description
 
! Property!! Description
 
|-
 
|-
| ChangedFrom|| The previous Value of the property (before the change)
+
| ChangedFrom|| The previous value of the property (before the change)
 
|-
 
|-
| ChangedTo|| The "new" Value of the property (after the change)
+
| ChangedTo|| The "new" value of the property (after the change)
 
|-
 
|-
 
| Timestamp|| Timestamp when the change was made
 
| Timestamp|| Timestamp when the change was made
Line 45: Line 44:
 
| UbikSession|| Shows the session object during which the change was made
 
| UbikSession|| Shows the session object during which the change was made
 
|-
 
|-
| ChangedIndexValues|| Gives a detailed overview for changes done on the index values (if available)
+
| ChangedIndexValues|| Gives a detailed overview for changes done on the index values (only available for indexed properties)
 
|-
 
|-
 
|}
 
|}
 +
 +
[[Category:Studio|Property-Value Journal]]

Latest revision as of 07:44, 25 August 2015

A journal feature for a single property is available since version 2.2.1. UBIK® logs changes of property values in the system and provides a mechanism to evaluate information about

  • the user changing a property value
  • the timestamp the property value has changed

The journal feature can be activated for each single MetaProperty, see (Activate Logging of PropertyValues).

IC Hint square.pngOnce the logging is activated, every change on the property will be logged in the database

Journal

It is possible to see a list of all changes (per property) by using the Object Explorer. By exploring an instance it is possible to browse through all its properties. If the journal feature is activated, a list of all changes made to a property value can be shown:


Property Journal.000.PNG

Property Description
ChangeLogs Displays a collection of all logged changes of the current property
LastChange Displays the very last change (on the timeline) that were made for the current property
UTS If the logging is activated, it shows to see the time stamp of the last change for the current property.
If not activated, it shows the creation time stamp of the object.
ValueChangeLogActive Indicates whether the logging is activated for the current property

Changelogs

By opening the changelogs list you see an overview of all commited value changes. It is possible to view the details of every single log entry by browsing through the changelog.


Property Journal.001.PNG

Property Description
ChangedFrom The previous value of the property (before the change)
ChangedTo The "new" value of the property (after the change)
Timestamp Timestamp when the change was made
UbikSession Shows the session object during which the change was made
ChangedIndexValues Gives a detailed overview for changes done on the index values (only available for indexed properties)