Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: Ilias on November 21, 2018, 09:20:18 pm
-
Hello together,
is there any opportunity to remove the EPProfile::process from my TaggedValue window?
The Epprofile is defined by the Stereotype, is there a way deselct the EPProfile or set a nwe stereotype without the EPProfile
Best regards
Ilias
-
You can remove the stereotype ???
Is that what you are after?
Geert
-
Hi Geert,
if i Change the process-stereotype, the Symbol of my elements will Change too. Is there a way to set the profile in global-Settings and define the belonging stereotypes of this?
Thank you for your help.
Ilias
-
«process» is not a standard stereotype, so if it shouldn't come from EPProfile, where should it come from?
Geert
-
I guess you should simply turn off the EPP MDG.
q.
-
That is a good question. For me it is not visible, because i am not the creator of the model. The creator changes the Company and i have to work on the old Modell. So... i think it would be easier to define a new stereotype. Can you explain me, how can i create a new stereotype with the process Symbol and an empty tagged value window?
Thank you very much.
Best regards
Ilias
-
I guess you should simply turn off the EPP MDG.
q.
hello q,
where i can find this Setting?
Thank you for your help
Ilias
-
Hmm. A bit tricky. Can you run a SQL in the query scratch pad:
select client, Description from t_xref WHERE name = "Stereotypes" and Description like "*name=EAUML:*"
That will list the GUIDs of all elements using an EPP profile. If you have findings you could run a script to process these GUIDs. There might be other stereotypes from EPP as well.
Turning MDG on/off is found in MDG Settings (depends on your EA version where to find it).
q.