Hi,
Do you have Processes and Functions with Numbers? More human readable than the Identifier?
We do, and this number is also following some hierarchical structure.
So, we have our own Attribute to store this information (formated like nn.nn.nn.nn). You think at the attribute called Structure ID (AT_STRUCTURE_ID)? We first too, but this is only for integer values, we needed a string. Thats the reason why we have a user defined attribute.
But guess what, to fill this attribute, you need a lot of time, you make a lot of faults, it's .....
So, how can this be supported?
Following, I try to explain our solution (seams to work, but is probably not very stable).
Chears,
Dominik
Dominik Jenzer Author on
Conceptuatl Solution:
First of all, what is in our DB.
We use Models with Functions (wow ;-). Our Hierarchy is build with Value Chain Diagramms. The lowest level is an EPC Diagramm. Or Numbering is following the hierarchy:
Business Process (nn) contains
Business Cases (nn.nn) contains
Processes (nn.nn.nn) contains
Functions (nn.nn.nn.nn) and Events (nn.nn.nn.nn)
The process number is stored in a User Defined Attribute called structure-ID
Our idea:
In a model, you select a Function/Event, call a macro and this stores the next possible process number in respect of the hierarchy.