Hopefully an easy one. Which Servicenow table enumerates business rules ?
I seem to have found the scripts (sys_script_include) but I cant find the rules that call them.
-Rich
Hopefully an easy one. Which Servicenow table enumerates business rules ?
I seem to have found the scripts (sys_script_include) but I cant find the rules that call them.
-Rich
Business Rules are stored on the sys_script table. sys_script_include is for Script Includes.
This is how I prefer looking at a table in the list view:
On a browser window https://<address of yourSN instance>/table_name_list.do
Paginates quicker and handy when the table's really big.
sys_script is the table where business rules are stored. Pro tip: sys_script.list will open the list. sys_script.LIST will open it in a new tab/window.