Dojo,
I'll like to extract a report of all services in my DMS that makes a distinction between services generated from a service template and services generated manually (i.e. add service function ). How can I achieve this ?
Wale Oguntoyinbo [SLC] [DevOps Advocate] Selected answer as best
Hi Wale,
You can use a GQI to extract all services from your system, and check Is Template and Parent Template ID columns. If Parent Template ID column has an ID, these services were created from a Service Template.
Hope it helps you!

Wale Oguntoyinbo [SLC] [DevOps Advocate] Selected answer as best
Thanks!