Objects that support event logging

The history manager supports event logging for specific objects. The list of supported objects is available in the history_objects.xml file. You can configure event logging for these objects by subscribing them.

The Product Master history manager supports these objects for event logging:
  • USER
  • ROLE
  • ITEM
  • CATEGORY
  • CATALOG
  • HIERARCHY
  • IMPORT
  • EXPORT
  • REPORT
  • DOCUMENT
  • COLLABORATION_ITEM
The history manager does not support all events for all objects. The events supported for an object are part of the object node in the history_objects.xml file.
This example displays the object node of the item object from the history_objects.xml file. The history manager supports four events for the item object.
<object name="ITEM">
		<event type="CREATE"/>
		<event type="UPDATE"/>
		<event type="DELETE"/>
		<event type="MAPPING"/>
</object>