Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Martin Průša CCA

Pages: [1]
1
Hello Sparx,
want to ask about generation documentation of Use Case. We have template to generation scenarios, but want to improve it.

This is our template:



This is example of generated Use Case:



We want to add more information (in bold) about Alternative paths. We want to have generated Use Case like this:



Does anybody know how to make it?

Thank you for any advice
Martin Prusa
CCA Group a.s.

2
Hi,
agree. We want this functionality, too.

Anybody any suggestion?
Thanks

3
Hi and thanks for your tip. It is not in t_objectproperties but in t_propertytypes, but you sent me to right way.

Here is code, which delete all Tagged Value Types:

Code: [Select]
option explicit
!INC Local Scripts.EAConstants-VBScript
sub main

      Repository.Execute ("DELETE FROM t_propertytypes")

end sub
main

4
Automation Interface, Add-Ins and Tools / Deleting Tagged Value Types
« on: July 02, 2013, 06:18:29 pm »
Hi Sparx,
we use Tagged Value Types (TVT), which we create for MDG Technology, then export and import them to some EA Project. But when we want to delete some TVT from EA Project, we just delete it one by one. Is there some possibility to delete them all? Some clear function? Or some function, which replace all TVTs by new TVTs from import.

Thanks
Martin

5
Many thanks for you answer.

About that my second question (and I think that will not work too, unfortunately):

We create TVT with some description:



Then we use that new TVT in element:



Will be nice, if that Description of TVT goes to Notes of new element's attribute. Because that TVT description is good description of attribute, otherwise we have to copy it every time when creating new MDG Technology. This is because we want to let users see that description of attribute, when they using our technologies.

6
hi guys,
thanks for replies.

ok so lets start with my question 1) and your answer - philchudley.

We have more technologies than just only one in one mts, so it is kind of impossible to name the MDG same as profile, but i tried, so:

Our MDG file contains:



So the name of profile (ID) is: ReturnCodeWS

We have some TVTs (with RET prefix):



Generate MDG Technology file with same profile ID:



And include TVTs:



Then on other computer I go for MDG Technology import, import is successfull and I restart EA. Then I look into TVTs and there is no TVTs with RET prefix:



Hope now I was more clear about what we want to do. Just to export and import TVTs together with MDG.

Any advices appreciated.
Thank you

7
Hi Sparx,
we make MDG Technologies and use Tagged Value Types (TVTs) and I have two question, related to it.

1) If we want to deliver new TVTs to end user, we have to use Export Reference Data (Property Types) and then Import Reference Data. We also try to add TVTs to Generated MDG Technology file. But when we import the MDG, that TVTs are not imported. Do we make something wrong? It will be better for us, to use just one file (MDG) for import everything and not using two files separately.

2) Every TVT which we created have some description (Description attribute). When we use TVT in some class (e.g. attribute name Address and TVT with same name), we would like to have that Description of TVT in Notes of that new attribute. Is there some possibility to connect this together (Description of TVT with Notes of Attribute, which use that TVT as attribute type)?

Thank you
Martin Pr[ch367]ša
CCA Group

Pages: [1]