Profile picture for user broadussm

I would like to edit the names of the columns in the EPC Col Display model type to better match the corresponding RACI matrix created in Publisher. So I have renamed the ARIS Default connections of "Is technically responsible for" and "carries out" to "is accountable for" and "is responsible for," respectively. This worked wonderfully for attached roles with their relationship name placed. 

Now I would like to rename the columns in the EPC Column Display model type to match as well. I can do this manually be simply renaming the title of the column, but this is not an option as I have 1000+ EPC models in my database.

Is there a way to edit the default titles of the columns of the EPC Column Display model? (I would also like to have an "other" column as the far left column be named "Header" by default, but first things first....)

Thanks,

Stefan

by Martin Schröder
Badge for 'Contributor' achievement
Posted on Wed, 12/08/2010 - 19:24

Hello Stefan,

you can use report script to set the column titles as they are attributes of a lane  (cf. Script Help: Report class Lane

var vLanes = model.GetLanes(Constants.LANE_VERTICAL)

for(var i = 0; i < vLanes.length; i++){
    var laneName = vLanes[i].Attribute(Constants.AT_NAME, nLocale).GetValue(false)
    // Do the right thing
}

 

At a glance I could not find a script method to insert new lanes of the type "Other".

Regards, Martin

 

 

 

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