Hello,
We use ARIS Business Publisher 7.1 and have one problem -
when I open a model in Business Publisher, then I see a representation of the model "Matrix".
And I have to go to the "Model" link to see a graphical representation of the model.
Can I set up Business Publisher that I'll see the representation "Model" as the default representation?
I thank for your attention.
Hi Oleg,
You can chnage the default view in below file,
ARIS7.1\tomcat\webapps\businesspublisher\views\visualisation\default_visualisation.xml.
Open this file with an editor and look for the lines
<model-mappings>
<model-mapping type="MT_EEPC" visualisationID="VIS_SIMPLIFIED_PROCESS"/>
<model-mapping type="MT_VAL_ADD_CHN_DGM" visualisationID="VIS_ACTIVITY_TABLE"/>
<model-mapping type="MT_EEPC_COLUMN" visualisationID="VIS_PROCESS_MATRIX"/>
</model-mappings>
When you delete or comment out the entries between <model-mappings> .. </model-mappings>
and restart the service of the Business Publisher you will get the Model view as default.
Example -comment out:
<!-- model-mapping type="MT_EEPC" visualisationID="VIS_SIMPLIFIED_PROCESS"/ -->
Hope this information is useful !!!