Report on Actions
This section describes how to create the report definition for actions. The Action table stores the actions for a particular securable. For example, actions are View, Open, Save, and so on.
Follow these steps:
- Edit the reports.xml file and include the report definition for the properties of the Action table that you want to report on.
- Edit the reports_schema.xml file and include the schema definition for the report. You can also generate the schema definition using a tool of your choice and include it in the reports_schema.xml file.
The following example shows the report definition to report on the Action table:
<report>
<Name>Actions</Name>
<Action>
<Report_Output>
<Property>
<Type>Name</Type>
<Type>Display_Name</Type>
</Property>
</Report_Output>
</Action>
</report>
Column Name |
Description |
Name |
Action identifier |
Display_Name |
Display name for the action identifier |
Copyright © 2023 Quest Software, Inc. |