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 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'