Enabling and disabling the Business Rules page

By default, the Business Rules page in the Advanced menu is enabled. You can disable or enable this page by entering SQL commands. Each time you change this setting, you must restart the server.

Procedure

  1. Click Advanced > SQL.
  2. Depending on whether you want to enable or disable the Business Rules page, complete one of these steps:
    • To disable the Business Rules page, enter the command: update configurationproperties set value='false' where name='br.enable'
    • To enable the Business Rules page, enter the command: update configurationproperties set value='true' where name='br.enable'
  3. Restart the server.

Feedback