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
- Click .
- 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'
- Restart the server.