Book a Demo

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 - Tarzan

Pages: [1] 2
1
Hi everyone,

A colleague recently asked me how we could create an authorization matrix in Enterprise Architect (we’re using version 16.1).

In our model, we already have business actors and functionalities modeled. Each main functionality has CRUD aspects (Create, Read, Update, Delete). For each of these CRUD actions, we want to define which business actors are authorized to perform them. We could make for each CRUD functionality an element, but we this would multiply the amounts by 4.

The goal is to make it possible to directly generate an authorization matrix from the model and to keep it easy to maintain when changes occur.

Has anyone already implemented something like this?
Is there perhaps an MDG Technology, profile, or modeling pattern available that supports this kind of setup (CRUD × functionality × actor)?
Or are there suggestions for the best way to model this within EA so that the matrix can be generated automatically?

Thanks in advance for your ideas and experiences!

2
Hi everyone,

I’m currently creating wireframes in Enterprise Architect (version 16.1) and I’d like to use the Table element to represent a list of fields that users need to fill in.

On the left side of the table, I list the topics or data items that need to be completed, and on the right side, I want to show the corresponding variable with the input control (for example, a text box or combo box) that the business will use. I also have some tables with columns and have the same needs.

However, I noticed that in the Table element, I can only add notes to the entire table, not to individual rows or cells. It would be really useful to be able to add notes per row or cell, for example to describe the meaning or usage of a particular field.

Additionally, I would like to link individual table fields or columns to attributes in the data model (for instance, in a traceability diagram or matrix) so that I can visualize which attribute is filled in by which screen field.

Is there currently a way to do this in EA, or would this need to be considered as a feature request for a future release?

Thanks in advance for any tips or ideas!

3
Hi PeterHeintz,

Thanks for your reply! We’re using Enterprise Architect version 16.1, but I can’t seem to find the “Status Update…” feature. Could you please tell me where I can find it and how to use it to update the status/phase/version of multiple elements at once?

You also mentioned that I could write a small script for other properties (like stereotype or tagged values). I have to admit that I don’t know how to program, so writing a script myself isn’t really an option.

Thanks a lot for your help!

4
Hello everyone,

I think it would be very useful to have the option in Enterprise Architect to perform bulk editing on multiple selected elements.

For example:
  • Select multiple elements and change their stereotype all at once.
    Update the status or phase of all selected elements simultaneously.
    Or edit other common properties (such as author, version, tagged values, etc.) in bulk.

This would be especially helpful in larger models or during refactoring, where it’s currently necessary to open and modify each element individually.

Is there already something like this available, or could this be considered as a feature request for a future release?

5
Automation Interface, Add-Ins and Tools / Foreign key
« on: September 18, 2025, 07:19:02 pm »
Hello everyone,

I made a document generation template and saw {Att.FK}. I was wondering where I can select the foreign key in the UML Class diagram type? Or is this not possible? I saw that it is possible to select ID as True for an attribute, but not something for the FK.

6
Hello,

When I want to generate documentation in the 16.1 64 bit version I get an error message stating "RTF Information block missing". This does not occur with the 32 bit version. Does someone has an idea how to fix this?

7
Hello,

When I want to generate documentation in the 16.1 64 bit version I get an error message stating "RTF Information block missing". This does not occur with the 32 bit version. Does someone has an idea how to fix this?

8
The solutions didn't work. I added it between child elements >Element.Name, Element.Type, etc. < Child elements

After that I could see it, but only if I placed the pools and other BPMN elements at the same hierarchy level as the BPMN_BusinessProcess stereotype. But this is not exactly what I want. I want them one hierarchy level under the BPMN_BusinessProcess stereotype 

9
Are there any other suggestions?

10
Thank you for your reaction!

It looks like that is not the problem. There are no filters active on the template

11
Hello Everyone,

I have an issue. I made a reporttemplate for a procesmodel (see below). It works for a model in BPMN. But the problem is that someone else wanted to use this reporttemplate but the value of the element fields are not seen in his report. So, you can see the values of the diagram fields but not of the element fields. The model without values is made with a personilized MDG that extends BPMN. Doe anyone has an idea on how to fix this?

Reporttemplate:
package >


diagram >
{Diagram.Name} diagram

Author: {Diagram.Author}   version: {Diagram.Version}   Last update: {Diagram.DateModifiedShort}

Description:

{Diagram.Notes}


{Diagram.DiagramImg}
{Diagram.Name}

element >
Description per element:
Proces step           Type                    Role                          Description
{Element.Name}   {Element.Type}   {Element.Owner}   {Element.Notes}
< element


< diagram
child packages >
< child packages
element >
embedded elements >
< embedded elements
diagram >
< diagram
child elements >
< child elements
< element
< package







12
Hi everyone,

I have tables modeled using the EAUML::table stereotype in Enterprise Architect, and I have a CSV export from an Oracle database with columns like:

Column_Name

Mandatory

Computed

Formula

Check_Constraint_Name

Default_Value

Use_Domain_Constraint

Uses_Default

Engineer

Table_Name

PK_Flag

FK_Flag

Native_Type

Sequence

I understand that you can customize the CSV import specification in EA, but what I don’t know is which exact values should be used in the CSV to correctly map fields to the stereotypes and attributes in the tables. For example, how should I represent a primary key checkbox (PK_Flag), or other flags like FK_Flag, Mandatory, etc., so that EA correctly interprets them as stereotypes or tagged values?

I want to import the columns into the correct tables based on the Table_Name field and have these attributes correctly set in EA.

If anyone has experience with this, or can share the correct way to format these values in the CSV for EA to recognize and map them properly, that would be a huge help!

Thanks in advance for any tips or examples.

13
It worked, thanks!!

14
Hi all,

I'm working on a custom document generation template in Sparx Enterprise Architect to export BPMN process diagrams. The current template outputs a list of activities with their name, type, and description (from the Notes field).

Is it possible to also include the Lane (role) in which each BPMN activity is placed, shown as an extra column in the report.

Here is a simplified version of the template we are currently using:

package >

diagram >
{Diagram.Name} diagram

Author: {Diagram.Author}    Version: {Diagram.Version}    Last modified: {Diagram.DateModifiedShort}

Description of the process diagram:

{Diagram.Notes}

{Diagram.Name}

element >
Description of process diagram elements:
Process Step    Type    Lane    Description
{Element.Name}  {Element.Type}     {Element.Notes}
< element

< diagram
< package

I am looking for a way to populate the "Lane" column with the name of the lane (or pool) in which the activity resides.

From what I understand, there is no direct property on the Activity element that links it to its lane, as the lane is just a visual container.

Does anyone know how to extract this relationship.

Any guidance or example templates would be greatly appreciated!


15
Hello everyone,

I am working with Sparx Enterprise Architect version 16.1 and I’m wondering if it’s possible to automatically generate a logical data model based on an existing physical data model. I have already created the physical data model, but I would like to know if there is a way to automate the conversion to a logical data model within the software, or if I need to do this manually.

Has anyone had experience with this functionality, or can anyone provide tips or tricks to make this process easier?

Thanks in advance!

Pages: [1] 2