cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Get Diagrams Containing Object

ColruytTeam
Honored Contributor

Hi Community,

Is there a way to get the list of diagrams containing the specific object.

I see each object type has its own MetaAssociationEnd to get this. Am looking for one common end which I can use for all type of objects.

 

 

Thanks in advance.

Colruyt Team
2 Replies

imrankhatyan
Trusted Contributor

 

@jhorber solution is right

 

Select [Element in Diagram] Where [Diagram] = &name

jhorber
MEGA
MEGA

Hello Colryut team

 

There is a generic MetaAssociation between 'Abstract Diagram' and 'Element in Diagram'

It is used for different MetaClass but not all MetaClass.

It is not used for traditionnal MetaClass (Application, Org-unit, Organizational Process..) to keep compatibiltiy of existing customizations (descriptors, queries, API code...)

 

Screen Shot 08-18-16 at 10.54 AM.PNG

Jerome