Disable automatic refresh of configuration tree structure

If you have a large number of configurations, parsing the configuration tree structure can take a long time. Configuration Console automatically does a full configuration tree refresh after every update. You can choose to skip this refresh behavior by adding a configuration parameter.

To disable automatic refresh of the configuration tree, create a configuration parameter.

  1. Sign in as Administrator, open the Administration Console application, and open the Configuration Parameters list. Go to Other > System Configuration Parameters > All.
  2. Or from Infor Rich Client go to Start > Data > la > Business Classes > ConfigurationParameter.
  3. Select Actions > Create.
  4. Specify this information:
    Component
    Specify UI.
    Key
    Specify UIAutoRefreshConfigurations.
    Type
    Click Boolean.
    Value
    Specify false.
  5. Click Save.
Auto refresh of the configuration tree is turned off for updates. If a configuration is deleted, a full reload is still triggered. If you want to reload the configuration tree, use the Refresh action in the Configuration Console toolbar. To enable the automatic refresh, change the UIAutoRefreshConfigurations value to true or delete the UIAutoRefreshConfigurations parameter.