Hello,
Suppose I have a full model with various elements (functions, nodes, links, …). Now, alongside with this model I have other documents (like spreadsheets, text documents, …) in which I make references to the model.
How can I make references to specific items from the model, in a simple text document ? Usually, I use unique IDs like
REQ_001 or
FUNC_MAIN_1.2.11. It is easy to use while working with multiple documents. These IDs are custom and can follow a domain-specific semantic. Therefore, I cannot use the native IDs provided in Capella, like
ba0cb645-979c-4ba2-9b3d-bec913948d13.
But
how to make these unique IDs appear in the Capella Model ?
I have several needs here:
- attach a custom unique ID to any element in my model
- being able to display this unique ID in the box on diagrams, like this example:
I imagine I can do something with property objects, or maybe I can work with Capella Studio to make an extension, but I’m not sure of the way I should explore.
Do you have any advise please ?
Thank you.