- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 04:35 AM
Can anyone point me to the MetricInstance object reference, that shows all of the properties, methods? I'm struggling a bit and cannot find much on it, although I see that people are using it.
Thanks!
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 04:57 AM
You can find it under System Definition> Script Includes. It's a script include called MetricInstance.
Replace YOURINSTANCE with your instance name in the URL below.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 04:57 AM
You can find it under System Definition> Script Includes. It's a script include called MetricInstance.
Replace YOURINSTANCE with your instance name in the URL below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 10:15 AM
Thank you, Chuck! That helped out a great deal. I cannot figure out how the metricExists method is useful, but other than that, it steered me in the right direction for sure.