How to find list of classes which are in scope of ServiceNow reports?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 12:37 AM
Hi All,
How to find list of classes which are in scope of ServiceNow reports?
and also How to find list of classes which are in not scope of ServiceNow reports?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 12:54 AM
You can go to System Definition > Tables. Search for the desired table, and check the schema to see if it is reportable.
You can use the Table Dictionary to explore tables and their reportable fields.
In the Table Definition (under System Definition > Tables), check the table properties. Look for fields like "Reportable," which can indicate whether a table can be included in reports.
Also ServiceNow documentation forums often list non-reportable tables, so checking these resources can be beneficial.
i hope my answer helps you to resolve your issue, if yes please mark my answer helpful and correct.
thank you
rajesh