Does anyone have a script or other method to automatically number activity boxes across multiple maps?
Is there a location to find various shared scripts somewhere online?
Hello!
What do you mean by map and activity boxes? Are they EPC Diagram and Functions? And what algorithm do you want to use for numbering functions? By coordinates (from top to bottom, from left to right) or by model graph (by connections)?
ariscommunity.com is the best location to find something for ARIS.
BR, Nikita
Hi Thomas,
Please have a look at the following link
http://www.ariscommunity.com/users/hessphilipp/2010-05-17-sequence-number-object-occurrences-reports
BR
They are EPC row diagrams. I have a field attribute of "Step Number" on my activities that I need to fill in sequentially in each model. I currently have 300+ models. I would like to go left to right and then top to bottom by swim lane row (My models are horizontal) if possible. My only thought so far was to export them into an excel file and then drop numbers in and import back. This is probably not the best method to do this.
Hello Thomas,
you would like to consider the object definition (which holds the attribute "Step Number") vs. object occurrence dilemma before trying your excel roundtrip. If you use an object attribute and an activity/function occurs in process A and is reused in process B, the same Step Number will show for both processes.
This question and a possible solution was explained here
Regards, Martin