UDP Reports

To generate a report on User Defined Properties (UDP) in Mart, use UDP in the <Name> element within the <Object_Type> attribute.

Follow these steps:

  1. Edit the reports.xml file and include the report definition for the properties of UDPs that you want to report on.
  2. 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 UDPs and their properties:

Syntax:

 <report>
  <Name>User-Defined Properties</Name>	
   <Object_Type>
    <Name>Udp</Name>
	<Report_Output>
               	<Property>
            		<Type>Name</Type>
            		<Type>tag_Udp_Default_Value</Type>
            		<Type>tag_Udp_Owner_Type</Type>
            		<Type>Catalog_Path</Type>
            		<Type>Catalog_Name</Type>
               	</Property>
	<Report_Output>
       </Object_Type>
 </report>