Installation Instructions¶
Preparations¶
- Check that the requirements are met.
Installation¶
- Add
addon-activity-matrix
as a dependency to your solution. - Build and deploy your solution.
-
In the VBA editor of the desktop client, run
lip.Install "addon-activity-matrix"
or download the LIP zip file from the latest release and runlip.InstallFromZip
, and select the zip file.You can also add
potential
andclassification
fields manually on desired table, leave the option keys empty to avoid possible matrix order problem. Remember to add the VBA module manually as well if you are running the desktop client. -
Configure the add-on.
-
IF DEKSTOP CLIENT:
- Add the "addon_activitymatrix" folder from folder apps to the Actionpads\apps folder.
- Include the following code to the index actionpad. If you already have a link-section only include the third line to the existing list.
<ul class="menu expandable collapsed"> <li class="menu-header" data-bind="text:localize.lc_actionpad_index.links"></li> <li data-bind="vba:'AO_ActivityMatrix.openMatrixPane', icon:'fa-building', text: 'Activity Matrix'"></li> </ul>