I'm trying to add some Quick Link customisations into my MDG technology. I am using EA version 12.
I have followed the Quick Linker example in the Help and added the elements indicated into the technology, but nothing seems to happen after I export the MDG Technology file. Here are the steps I have followed:
Create new MDG Technology and a new profile.
Create 2 new stereotypes in the profile: Actor (metaclass is 'Actor') and Business Service (metaclass is 'Activity').
Create toolbox and diagram profiles
Create CSV definition of quicklinks
Add 'QuickLink' document artefact to profile diagram and paste contents of CSV into this and save it
Export the profiles
Generate MDG Technology
Import MDG technology.
The new stereotypes, toolboxes and diagrams all work, but I cannot see any of my quick links showing up.
I have also created the 'quick' stereotype and the CSV definitions from the help page and this does not work either.
My CSV file is:
Actor,Actor,Activity,Business Service,,,,Association,Accesses,to,Accesses,,TRUE,,TRUE,,,0,,,TRUE,,
I have looked in the MDG xml file in notepad and the CSV information appears in the QuickLink element under the Content node of the UMLProfile:
<QuickLink data="Actor,Actor,Activity,Business Service,,,,Association,Accesses,to,Accesses,,TRUE,,TRUE,,,0,,,TRUE,,
"/>
Is there a trick I have missed somewhere. I have seen posts from people saying they have done this, but nothing which says how.