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.
Jens Heylmann on
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