‎29-04-2019 08:04 PM
Is there a way to output the current object type (e.g. "Application", "Database") when processing a descriptor?
I know I can create descriptors for each object type but, I am looking to have s single descriptor for most objects with the only thing changing being the specific object type name.
‎29-04-2019 09:05 PM
Hi,
In theory you could create a descriptor for the MetaClass "Generic Object" since all meta classes is a sub-class of this metaclass. But you would only be able to output name, comments etc.
In order to have full control of what you output, you would have to create a Descriptor per MetaClass.