UI Customization Upgrade Notes

You can customize RiskVision either by using the ConfigureUI option in the application UI (recommended) or manually in the UICustomization.xml file. 

  • Step 1:

UI changes done in the ConfigureUI feature are saved in the database. During the RiskVision upgrade, the changes are automatically handled by the upgrade code (installer). The customizations can be verified after the application is upgraded successfully.

  • Step 2:

UI customization file changes are done in the UICustomization.xml for customizations that cannot be accomplished through ConfigureUI. The UICustomization.xml file is available in the %AGILIANCE_HOME%\Tomcat\webapps\spc\classes directory. To implement any changes in the UICustomization.xml file, you must copy the UICustomization.xml file to %AGILIANCE_HOME%\config directory and implement the customization.

If there are differences between the UICustomization.xml file in the backed up %AGILIANCE_HOME%\config directory and the %AGILIANCE_HOME%\Tomcat\webapps\spc\classes directory after upgrading your RiskVision server (note: changes will result from new features and other UI changes) perform the below following steps:

To implement UI Customization in the UICustomization.xml file:

  1.  Copy the UICustomization.xml file from  %AGILIANCE_HOME%\Tomcat\webapps\spc\classes to %AGILIANCE_HOME%\config.
  2. Copy the changed <component> XML blocks from the backed up %AGILIANCE_HOME%\config directory to the new%AGILIANCE_HOME%\config directory. 
  3. Save the UICustomization.xml file.