Hi ARIS community,
I am relatively new to ARIS and currently using ARIS 10 SR21 Enterprise version. As part of our modelling workflow, we work with Manual Functions (activities) on EPC Row models and assign business control diagrams to these manual functions which houses risk objects. We name the business control diagram model as the activity name and keep the business control diagrams in a 'Risk' sub group in the group where the EPC Row model is located.
Currently only one assignment can be made at a time for a manual function, I am not able to assign business control diagrams to multiple selected functions at the same time (which is typically the requirement and hence bit time consuming).
Is there a way where I can using a report, select all the manual functions on EPC row then run the report to assign business control diagrams to these functions with the name of the manual function and store these models in a 'Risk' sub group within the parent group which contains the EPC Row model.
I have basic proficiency with the WYSIWYG report and no experience with report scripting using Java code.
Any help on how to proceed with this requirement would be greatly appreciated.
Thank you!
Hello Utsav,
I am not sure that I understand your problem properly, so I try to recap in my words, what I understood:
Your convention is, that the business control diagram is named the same as the activity it is assigned to.
For multiple activities you need to create multiple business control diagrams - one each, each with the name of the activity it is assigned to. You are seeking to provide the business control diagrams all at once to someone who will model their content.
I would suppose the big effort is not creating the business control diagrams for 10 or 20 process steps, but modelling the risks in those.
A scripted report could help you achieving exactly what you describe. It would be particularly useful because of your requirement of placing those models in the subgroup. Also a script could do some housekeeping, if you need particular access permissions on the new group. In fact such a report can be done in very few lines of code. By the way, the scripting language is Javascript and not Java.
WYSIWYG reports cannot manipulate the database content. They only display data.