Dear all,
I'm progressing in Process Management in ARIS and I'm looking for 2 kinds of table reports
1) List all EPCs under a group what ever the level and add some attributes like Author, Reponsible, Model Status, Group...
2) List of all EPC under a group whatever the level then list role names with object ID, System names with object ID, Risks, PI... for each EPC
I tried queries but there are some limits with number of objects.
I'm wondering how we can do this with Dashboards / Arisconnect.
I'm looking for standards and best practices.
Thanks for your replies
Francois
Bennet Möller on
Hi Francois,
I think you could use Database.Find() to get the First-Level-Groups you are looking for, then use Group.ModelList() to get all Models from that group and then use Group.Childs() to get the other Groups inside on the lower levels and use Group.ModelList() in them too.
Hopefully I could help you. :)
Kind regards,
Bennet