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.
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
@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?
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