Hello,
I am using Collections Framework. I am looking for a list of OOTB reports available along with a one liner description of what the report is about, its purpose, etc.
Is there any way I can get the details?
Hello,
I am using Collections Framework. I am looking for a list of OOTB reports available along with a one liner description of what the report is about, its purpose, etc.
Is there any way I can get the details?
Hi @RohitR17072617,
Yes, we have an OOTB report definition; you can execute it, and you will see all report definitions.
Rule Name: pzAllReportDefinitions
or else
You can create your own Report definition in the Class of : Rule-Obj-Report-Definition
You can use the below columns in your own report definition.
pyLabel , pyRuleName , pxInsName , pyUsage , pyDescription , pyRuleSet
Then Run Report definition, Then export to excel.
You can use the filter in the Excel sheet by using the pyRuleset name and removing your application rule set, so you will get to know all the OOTB reports.
I hope this will help you.
Thanks,
Ashok
@Bhumireddy Thanks a lot Ashok