ARIS Business Publisher Model Feedback & Model Evaluation Setting

by Mr. adnan shahab (2011-11-23) in group We Love BPM

Does anyone know how to configure Feedback button (item#1) and how to hide/deactivate book symbol(item#2) below?. When I clicked on item#1 nothing happened while I think it supposed to open-up outlook email with address field of modeler. We are using ARIS Business Publisher 7.2

 

 

We also want to know if there is anyway to hide/deactive book symbol in above image. This always result in starting a report. Is there a way to stop it?

 

thanks.


Comments

by Mr. Jens Heylmann (2011-11-23)

Hi!

Check the "layout.cfg.xml" of your layout. There is a attribute named "feedbackAttributeNr". You can configure the model attribute for the feedback mail address.

To deactivate the book symbol you have to code a little bit JavaScript. Look into the "toolbarConfig.jsp". This is a file in the "model" folder of your layout. Search for "toolbar_report" and comment the block in brackets. Be careful of the JavaScript syntax ;)

 

Regards,

Jens


by Mr. adnan shahab (2011-11-30)

Many thanks for your help.


by Mr. adnan shahab (2011-12-05)

@Jens,

I configured the <feedbackAttributeNr> to <creator of the model>. Feedback button is now working but only the model name appear within the subject of email. We need a link to that model within feedback email whenever end-user clicks on feedback button. How we can achieve this?


by Mr. Jens Heylmann (2011-12-05)

check the

"feedbackMailtoCell.tag"

in 

BPSERVER\tomcat\webapps\businesspublisher\WEB-INF\tags

to change the function programmatically

 

cheers, 

Jens


by Mr. Martin Schröder (2011-12-09)

Hello Adnan,

for your question of how to configure feedback by email there is a tutorial by Mr. Ismael Shameem Etowar

If you import your Aris users from an LDAP directory service you would need to pull their email addresses and place them in the Aris user attribute too.

Regards, Martin