Administering : Managing business rules and expressions : Enabling and disabling the Business Rules page
  
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 the Settings icon Settings icon and then, from the Advanced group, click SQL.
2 Do one of the following:
To
Complete the following step
disable the Business Rules page
Enter the command:
update configurationproperties
set value='false'
where name='br.enable'
enable the Business Rules page
Enter the command:
update configurationproperties
set value='true'
where name='br.enable'
3 Restart the server.
Go up to
Managing business rules and expressions