- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 07:24 AM
How can we check the usage of a standard change template. we have multiple standard templates in the instance and would like to have a report of which templates are being used.
Is there a table which holds this data so that we can report on
Appreciate your inputs
Thanks
Vijay
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 07:39 AM
So on the std_change_record_producer table
report on the closed change count etc
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 07:31 AM
You can create a report to show usage. Based on your config, use the Change table and template is not empty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 07:38 AM
Hi Vijay
Standard changes carry a usage track so you can extract the data from there but it is by version
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 07:39 AM
So on the std_change_record_producer table
report on the closed change count etc
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 08:34 AM
Thank you this is what I really needed