NY

Hi,

I'm an ARIS Cloud Advanced and ARIS Cloud Administration user.

In my ARIS database, the same type of object(Say Role) with the same name is at two instances occurring at many processes. Could you please help me how to run a report to consolidate these two objects into one.

Best Regards,

Naveen

by Kay Fischbach
Posted on Thu, 03/19/2020 - 08:19

Are you familiar with writing your own ARIS report scripts? The general flow of your program for your usecase would be

  1. var thatArrayFromStep1 = ArisData.getActiveDatabase().RootGroup().ObjDefList(true, []) to get a list of all your object definitions on your database
  2. var thatArrayFromStep2 = ArisData.sort(thatArrayFromStep1, Constants.SORT_TYPE, Constants.AT_NAME, Context.getSelectedLanguage()) to sort your array of all object definitions
  3. Now you can iterate through your thatArrayFromStep2 Array starting with the second element and check whether or not the previous array element has the same object type and object name. Instead of auto-consolidating I would recommend that when you design your report, that you first just write information about matching object definitions to an output file (e.g. their ARIS group path), to get an overview over what the report would do when you tell it to consolidate.
  4. once you're fine with what the report tells you your matching object definitions are, use ArisData.getActiveDatabase().Consolidate(...) multiple times to consolidate your objected definitions.
0
by Naveen Kumar Yerigeri Author
Posted on Tue, 03/24/2020 - 07:17

In reply to by Kay Fischbach

Dear Kay,

Could you please confirm whether updating/creating of the report is possible in ARIS Cloud Advanced/ARIS Cloud Administration user.

I'm not familiar with ARIS own script. Could you able to guide me on the creation of the report please by sharing any E-Learning documents/videos.

Best Regards,

Naveen

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock